May 7, 20206 yr Overview: Support for Docker image arch-nginx in the binhex repo. Application: NGINX - https://nginx.com/ Docker Hub: https://hub.docker.com/r/binhex/arch-nginx/ GitHub: https://github.com/binhex/arch-nginx Documentation: https://github.com/binhex/documentation If you appreciate my work, then please consider buying me a beer 😁 For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here
May 8, 20206 yr On 5/7/2020 at 10:35 AM, binhex said: Overview: Support for Docker image arch-nginx in the binhex repo. Application: NGINX - https://nginx.com/ Docker Hub: https://hub.docker.com/r/binhex/arch-nginx/ GitHub: https://github.com/binhex/arch-nginx Documentation: https://github.com/binhex/documentation If you appreciate my work, then please consider buying me a beer 😁 For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here Sent you some $. The stuff you do is very useful.
May 8, 20206 yr Author Sent you some $. The stuff you do is very useful.A very generous donation, thank you it's appreciated.Sent from my CLT-L09 using Tapatalk
May 19, 20206 yr Author On 5/18/2020 at 3:58 AM, squelch said: How are you to install modules? I'm trying to install this one in particular. you could install the module, but this particular one requires additional libraries which are most probably not included in the image, which makes things difficult:- This module requires the libxml2 and libxslt libraries. if the module was one that a lot of people require then i would include the libraries, but i am very conscious of bloat and dont really want to do this unless there is a large need for it. EDIT - looking at the build of nginx it looks like the required flag to include the module is not done so i think you are out of luck on this module. Edited May 19, 20206 yr by binhex
May 20, 20206 yr On 5/19/2020 at 4:18 AM, binhex said: you could install the module, but this particular one requires additional libraries which are most probably not included in the image, which makes things difficult:- This module requires the libxml2 and libxslt libraries. if the module was one that a lot of people require then i would include the libraries, but i am very conscious of bloat and dont really want to do this unless there is a large need for it. EDIT - looking at the build of nginx it looks like the required flag to include the module is not done so i think you are out of luck on this module. This is fine, I was just wondering if this was feasible. Thank you for your work. On another note, I notice when I'm on the main domain for my webpage (I set a domain to forward to my servers ip). It works fine at the base folders index.html, but then going from there into any subdirectory (like a dir full of files that's indexed) it defaults the browser to use the container port, instead of what is forwarded. What should I do? example it goes from domain.com/wads to domain.com:1111/wads, which is not forwarded and won't load EDIT: Solved this by throwing "port_in_redirect off" into the config Edited May 20, 20206 yr by squelch
February 22, 20215 yr I want to run this docker through the Nginx Proxy Manager docker but port 8080 is used by the binhex-qbittorrentvpn docker. How can I make this work?
February 22, 20215 yr 1 minute ago, 0Maverick0 said: I want to run this docker through the Nginx Proxy Manager docker but port 8080 is used by the binhex-qbittorrentvpn docker. How can I make this work? If you are running the container in bridge mode, change the host port.
February 22, 20215 yr 1 hour ago, jonathanm said: If you are running the container in bridge mode, change the host port. But I need to keep all the containers on the same IP address right?
February 22, 20215 yr 1 hour ago, 0Maverick0 said: But I need to keep all the containers on the same IP address right? Bridge mode uses Unraid's IP, yes.
August 10, 20223 yr does this (or can this) have/be updated to include the geoIP2 plugin stuff. I only want to allow connections from my own country.
December 7, 20232 yr Can anyone help me with this docker? I've tried for a long time googling bunch of stuff, but can't seem to get PHP to work. The "welcome to nginx!" shows, meaning the container works, but none of the joomla php stuff works. I tried guides on fastcgi and uncommenting this block but it's still not working. location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; } My joomla container just died and wont work anymore even after a fresh clean install of it, so I'm looking for something that might be more reliable. I tried using this docker last year but gave up since it wasn't working for me and I got the joomla docker working, but now I'm out of options for a joomla webserver. I have the entire installation folder in the nginx/html folder. Usually if php was working, I could go to the ip address and it would launch the joomla installer to setup the database and admin account. I just get the welcome to nginx or depending on what I try, a 404 error. Any help would be appreciated. Thanks.
April 20, 20242 yr is there instructions on how to enable HTTPS connections and having the SSL be provided by NGINX Proxy manager instead of being hosted by this instance of nginx? trying to uncomment in the config for it to enable listening on the port specified when composed, to have it allow connections for ssl, it just rejects the connection.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.