mirror of
https://github.com/YunoHost-Apps/mineweb_ynh.git
synced 2024-09-03 19:45:54 +02:00
try fix
This commit is contained in:
parent
f20107b3d6
commit
f326e98759
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
root __FINALPATH__/;
|
root __FINALPATH__/;
|
||||||
index index.php;
|
index index.php;
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
if (!-e $request_filename){ rewrite ^(.*)$ /index.php?dir=$1; }
|
||||||
|
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php?$args;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue