Skip to content

Commit

Permalink
update nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 11, 2021
1 parent 53e2207 commit 3081c07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nginx/conf/includes/maintenancepage.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
location ~* \.css {
try_files $uri $uri/ /style.css;
}
location / {
rewrite (.*) index.html break;
try_files $uri $uri/ /index.html;
}

0 comments on commit 3081c07

Please sign in to comment.