1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Update nginx.conf

This commit is contained in:
abeudin 2014-06-21 22:08:56 +02:00
parent 3f256b3071
commit ff6ae1b4e1

View file

@ -20,4 +20,7 @@ rewrite ^PATHTOCHANGE/play/ssid/(\w+)/type/(\w+)/oid/([0-9]+)/uid/([0-9]+)/name/
if ( !-d $request_filename ) {
rewrite ^PATHTOCHANGE/rest/(.*)\.view$ PATHTOCHANGE/rest/index.php?action=$1 last;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}