1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update nginx.conf

add missing semicolon
This commit is contained in:
titoko 2013-11-24 19:54:38 +01:00
parent ff6366a23e
commit 7b3641633b

View file

@ -1,5 +1,5 @@
location PATHTOCHANGE {
alias ALIASTOCHANGE
alias ALIASTOCHANGE ;
index index.php;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {