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:
commit
42da736ada
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue