Skip to content

Commit fc855b8

Browse files
committed
fix: update try_files directive in Nginx configuration for improved error handling
1 parent f64a1a6 commit fc855b8

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 /index.html =503;
19+
try_files $uri $uri/ /index.html;
2020
}
2121

2222
error_page 503 @maintenance;

0 commit comments

Comments
 (0)