1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Merge pull request #1 from anmol26s/patch-1

Missing " / "and "fastcgi_param SCRIPT_FILENAME $request_filename;"
This commit is contained in:
Andrew 2015-11-01 10:23:32 -05:00
commit 42da736ada

View file

@ -1,4 +1,4 @@
location YNH_WWW_PATH {
location YNH_WWW_PATH / {
# Path to source
alias YNH_WWW_ALIAS/ ;
@ -18,6 +18,7 @@ location YNH_WWW_PATH {
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
# .htaccess file from Hubzilla converted using http://winginx.com/en/htaccess