Skip to content

Commit 3b59646

Browse files
committed
fix: correct try_files directive in Nginx configuration for proper request handling
1 parent fc855b8 commit 3b59646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/dist/maintenance/conf/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ server {
1616
index index.html;
1717

1818
location / {
19-
try_files $uri $uri/ /index.html;
19+
try_files $uri $uri /index.html;
2020
}
2121

2222
error_page 503 @maintenance;

0 commit comments

Comments
 (0)