propagated php-fpm templates across all distros

This commit is contained in:
Serghey Rodin 2017-12-29 01:12:42 +02:00
commit 5c4c53bd36
88 changed files with 3050 additions and 594 deletions

View file

@ -8,7 +8,7 @@ server {
error_log /var/log/nginx/domains/%domain%.error.log error;
location /installer {
try_files $uri $uri/ /installer/index.php?$query_string;
try_files $uri $uri/ /installer/index.php?$query_string;
}
location / {