mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-05-05 22:39:22 +00:00
Compare commits
2 Commits
758bf7c39c
...
6c1abc0547
Author | SHA1 | Date | |
---|---|---|---|
|
6c1abc0547 | ||
|
6672b6257a |
@ -23,7 +23,7 @@ http {
|
|||||||
port_in_redirect off;
|
port_in_redirect off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user