mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Compatibility for ynh 2.2
This commit is contained in:
parent
b78b32fc8b
commit
fd26939fad
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ location PATHTOCHANGE {
|
|||
fastcgi_param HTTPS on;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||
#try_files $uri $uri/ =404;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
|
Loading…
Reference in a new issue