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 10, 2021
1 parent 8a216ee commit a37a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/conf/includes/maintenancepage.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
location / {
try_files $uri $uri/ /index.html;
rewrite (.*) base.html break;
}

0 comments on commit a37a1af

Please sign in to comment.