1
0
Fork 0
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:
Développeur égaré 2015-05-31 01:40:09 +02:00
parent b78b32fc8b
commit fd26939fad

View file

@ -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;