mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Update nginx.conf: no ^ for non-regex location
This commit is contained in:
parent
3a2215d33d
commit
634f468a96
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#--MULTISITE--}
|
#--MULTISITE--}
|
||||||
|
|
||||||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
location ^__PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __INSTALL_DIR__/;
|
alias __INSTALL_DIR__/;
|
||||||
|
|
Loading…
Add table
Reference in a new issue