Add port_in_redirect directive to NGINX configuration template

This commit is contained in:
Effy Elden
2017-04-15 00:29:37 +10:00
parent ed184f98fd
commit 6ecc56df72
+1
View File
@@ -19,6 +19,7 @@ http {
root /app/www;
{{ end }}
index index.html;
port_in_redirect off;
location / {
try_files $uri $uri/ /index.html;