mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-23 01:23:06 +00:00
Merge pull request #21 from ineffyble/master
Add port_in_redirect directive to NGINX configuration template
This commit is contained in:
commit
ffaa249c5c
@ -19,6 +19,7 @@ http {
|
|||||||
root /app/www;
|
root /app/www;
|
||||||
{{ end }}
|
{{ end }}
|
||||||
index index.html;
|
index index.html;
|
||||||
|
port_in_redirect off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
|
Loading…
Reference in New Issue
Block a user