Fixes nginx match rule, containing wrong chars.
Also adds a missing '/'.
This commit is contained in:
parent
d9cc664ea6
commit
1fd326f980
|
@ -45,7 +45,7 @@ server {
|
|||
proxy_set_header Host $http_host;
|
||||
}
|
||||
|
||||
location ~ ^/([^?&:’“]+)$ {
|
||||
location ~ ^/([^/?&:'"]+)$ {
|
||||
try_files $uri @root_path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue