[Support] binhex - NGINX


Recommended Posts

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 😁

 

btn_donate_SM.gif&key=57f6b617e37a194c35
 

For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here

Link to comment
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 😁

 

btn_donate_SM.gif&key=57f6b617e37a194c35
 

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.

  • Like 1
Link to comment
  • 2 weeks later...
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 by binhex
Link to comment
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 by squelch
Link to comment
  • 5 months later...
  • 3 months later...
  • 1 year later...
  • 1 month later...
  • 1 year later...

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.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.