mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
Update nginx.conf
This commit is contained in:
parent
c0d5b1dfa5
commit
d8191017f2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ location __PATH__/ {
|
|||
|
||||
index index.php;
|
||||
|
||||
if (!-e $request_filename) { rewrite ^ /__PATH__/index.php last; }
|
||||
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }
|
||||
|
||||
#try_files $uri $uri/ /bludit//bludit/index.php?$args;
|
||||
|
||||
|
|
Loading…
Reference in a new issue