1
0
Fork 0
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:
A Holt 2019-12-21 11:21:40 -05:00 committed by GitHub
commit 7dae9c1c7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
location / {
rewrite ^/$ $1/{{ iiab_home_url }};
rewrite ^/$ $1{{ iiab_home_url }};
}
location /usb {