Keep the port out of the URL when redirecting

This commit is contained in:
Aaron Louie 2020-05-27 09:29:02 -04:00
parent d015679cd9
commit bf270fb60b

View File

@ -1,6 +1,8 @@
server {
listen $PORT0;
port_in_redirect off;
location $BASE_HREF/ {
alias /etc/nginx/html/;
index index.html index.htm;