mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
Update nginx.conf
This commit is contained in:
parent
50565328d4
commit
2ed6d2e645
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location @handler {
|
||||
rewrite ^/(.*)$ __PATH__/index.php?^$1 last;
|
||||
}
|
||||
|
||||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
|
|
Loading…
Reference in a new issue