Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#74149 - [nginx] default web root path
Attached to Project:
Arch Linux
Opened by vladimir prieto (vladimirprieto) - Thursday, 17 March 2022, 18:18 GMT
Last edited by David Thurstenson (thurstylark) - Thursday, 28 April 2022, 04:38 GMT
Opened by vladimir prieto (vladimirprieto) - Thursday, 17 March 2022, 18:18 GMT
Last edited by David Thurstenson (thurstylark) - Thursday, 28 April 2022, 04:38 GMT
|
DetailsDescription:
default web root path in nginx.config is /usr/share/nginx/html but this collides with configuration of PHP-FPM on systemd.exec wich is : /etc/systemd/system/multi-user.target.wants/php-fpm.service ProtectSystem=full scripts can't write anything under /usr/share by this restriction default path should be /var/www like other distros Additional info: * nginx/1.20.2 * nginx.config |
This task depends upon