mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-04 01:57:28 +00:00
Compare commits
No commits in common. "6c1abc05475a5eaeb073e5efeb351f12a56d4320" and "758bf7c39c80930de8d9c1d3d6ec36d2f42a50cc" have entirely different histories.
6c1abc0547
...
758bf7c39c
@ -23,7 +23,7 @@ http {
|
|||||||
port_in_redirect off;
|
port_in_redirect off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user