Skip to content

Commit

Permalink
add nginx conf for maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 10, 2021
1 parent c5a195e commit b091fcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Staticfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
root: maintenance_page
root: maintenance_page
location_include: includes/*.conf
3 changes: 3 additions & 0 deletions src/nginx/conf/includes/maintenancepage.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
location / {
try_files $uri $uri/ /index.html;
}

0 comments on commit b091fcc

Please sign in to comment.