Skip to content

Commit

Permalink
redirect everything to root
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 11, 2021
1 parent 3081c07 commit 8482724
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nginx/conf/includes/maintenancepage.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
location ~* \.css {
try_files $uri $uri/ /style.css;
}
location / {
try_files $uri $uri/ /index.html;
return 301 https://$host
}

0 comments on commit 8482724

Please sign in to comment.