1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-09 08:00:44 +01:00
2019-09-18 17:40:00 +03:00
..
2015-04-22 22:42:01 +03:00

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.