summaryrefslogtreecommitdiffstats
path: root/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-27 09:25:09 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-27 09:25:09 -0400
commitedf4592fa9e492619f24f6b168616652a381105e (patch)
treeae7af2d5fc20ab777ec432a414e23659aaa03709 /tozt
parent10f73fb135d84b66c1fefe5cce68918885fbf908 (diff)
downloadpuppet-tozt-edf4592fa9e492619f24f6b168616652a381105e.tar.gz
puppet-tozt-edf4592fa9e492619f24f6b168616652a381105e.zip
need to set SCRIPT_FILENAME on arch linux, apparently
Diffstat (limited to 'tozt')
-rw-r--r--tozt/tozt/files/nginx/ttrss-tls.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tozt/tozt/files/nginx/ttrss-tls.conf b/tozt/tozt/files/nginx/ttrss-tls.conf
index 9909e13..b642cf7 100644
--- a/tozt/tozt/files/nginx/ttrss-tls.conf
+++ b/tozt/tozt/files/nginx/ttrss-tls.conf
@@ -17,6 +17,7 @@ server {
try_files $uri = 404;
fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
fastcgi_index index.php;
+ fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}
}