shell-things/etc/nginx
Aminda Suomalainen a5ca47e88d nginx: X-Xss-Protectio & -Content-Type-Options
via https://securityheaders.io/ via znc/znc#1168
2015-10-25 09:18:34 +02:00
..
conf.d etc: import from gh-pages 2014-12-27 11:09:00 +02:00
sites-enabled nginx: X-Xss-Protectio & -Content-Type-Options 2015-10-25 09:18:34 +02:00
README.md Rename Manjaro --> Arch 2015-04-22 22:42:01 +03:00

README.md

Useful nginx files that I will probably need and which I will forget if I cannot read them from here.

Arch

Remove the default server block and add to http block:

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;

PHP: todo. It has something to do with php-fpm.sock instead of php5-fpm.sock, but that doesnt appear to be enough.