Skip to content

Commit d919ab2

Browse files
committed
Fix reload page issue with nginx
1 parent bcd7cad commit d919ab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/nginx/colocus.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ server {
44

55
location / {
66
root /usr/share/nginx/html;
7-
index index.html index.htm;
7+
try_files $uri $uri/ /index.html;
88
}
99

1010
location /api {

0 commit comments

Comments
 (0)