mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-12-26 05:55:24 +00:00
Add port_in_redirect directive to NGINX configuration template
This commit is contained in:
parent
ed184f98fd
commit
6ecc56df72
@ -19,6 +19,7 @@ http {
|
||||
root /app/www;
|
||||
{{ end }}
|
||||
index index.html;
|
||||
port_in_redirect off;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
Loading…
Reference in New Issue
Block a user