1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-02 09:17:28 +00:00

Compare commits

..

No commits in common. "6c1abc05475a5eaeb073e5efeb351f12a56d4320" and "758bf7c39c80930de8d9c1d3d6ec36d2f42a50cc" have entirely different histories.

View File

@ -23,7 +23,7 @@ http {
port_in_redirect off;
location / {
try_files $uri $uri/ =404;
try_files $uri $uri/ /index.html;
}
}
}