1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

Update nginx.conf

This commit is contained in:
Julien Malik 2015-01-19 08:22:34 +01:00
parent eb9e22ea35
commit 100abb83b1

View file

@ -17,6 +17,7 @@ location YNH_WWW_PATH {
include fastcgi_params; include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user; fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
} }
# Secure DokuWiki # Secure DokuWiki