mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #2074 from holta/nginx-home-page-double-slash
NGINX home page double slash (should be single slash)
This commit is contained in:
commit
7dae9c1c7d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
location / {
|
||||
rewrite ^/$ $1/{{ iiab_home_url }};
|
||||
rewrite ^/$ $1{{ iiab_home_url }};
|
||||
}
|
||||
|
||||
location /usb {
|
||||
|
|
Loading…
Reference in a new issue