We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd7cad commit d919ab2Copy full SHA for d919ab2
1 file changed
etc/nginx/colocus.conf.template
@@ -4,7 +4,7 @@ server {
4
5
location / {
6
root /usr/share/nginx/html;
7
- index index.html index.htm;
+ try_files $uri $uri/ /index.html;
8
}
9
10
location /api {
0 commit comments