Skip to content

Commit

Permalink
zurücksetzen
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Aug 23, 2024
1 parent dc417e4 commit 9e90181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ server {

location / {
add_header Cache-Control "no-cache";
try_files $uri $uri/;
try_files $uri $uri/ /error/index.html;
}

error_page 500 502 503 504 404 /error/index.html;
Expand Down

0 comments on commit 9e90181

Please sign in to comment.