You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
(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!
The text was updated successfully, but these errors were encountered:
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!
(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 ofwww-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!
The text was updated successfully, but these errors were encountered: