FS#25786 - [nginx] should not create files in /srv/http
Attached to Project:
Community Packages
Opened by Jonathan Liu (net147) - Saturday, 27 August 2011, 10:32 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 29 August 2011, 09:06 GMT
Opened by Jonathan Liu (net147) - Saturday, 27 August 2011, 10:32 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 29 August 2011, 09:06 GMT
|
Details
Description:
nginx should not create files in /srv/http. At the moment nginx has the document root pointing to /srv/http/nginx which is inconsistent with Apache and lighttpd packages. It should have document root pointing to /srv/http and /srv/http/nginx/50x.html should be moved to /usr/share/nginx/html/50x.html. The index.html included with nginx could also perhaps be put in /usr/share/nginx/html instead of deleting it from the package. Additional info: * nginx 1.0.5-1 Steps to reproduce: * pacman -S nginx * ls -l /srv/http |
This task depends upon