Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Modern versions of nginx don't work with installer #264

Open
goose-ws opened this issue Apr 20, 2019 · 3 comments
Open

Modern versions of nginx don't work with installer #264

goose-ws opened this issue Apr 20, 2019 · 3 comments

Comments

@goose-ws
Copy link

(On Debian based systems:) the installer script expects things to be in place like:

/etc/nginx/sites-enabled/

and

/etc/nginx/snippets/

However, if using the official nginx repos for a modern version of nginx, things will instead be in places like:

/etc/nginx/conf.d/

and

/etc/nginx/fastcgi_params

Additionally, depending on the nginx configuration, the nginx user may be running as nginx instead of www-data. This can cause conflicts with the php-fpm setup and chown, and the installer script may want to check these things as well before defining values.

I'd be happy to submit some pull requests next week to try and help correct these issues, but I wanted to submit the issue first in case it helps anyone else!

@causefx
Copy link

causefx commented May 20, 2022

@goose-ws if you are still interested in helping we just forked it over here:
https://github.com/Organizr/OrganizrInstaller

@goose-ws
Copy link
Author

Whew, holy blast from the past, batman. I posted this way back when I had free time. I don't plan on having much of that for the next 8-9 months. But perhaps after!

@causefx
Copy link

causefx commented May 21, 2022

lol sounds good @goose-ws

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants