WIP: Add "site under maintenance" config #3
1 changed files with 11 additions and 0 deletions
11
sites-available/maintenance
Normal file
11
sites-available/maintenance
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 8000;
|
||||
|
||||
server_name _;
|
||||
|
||||
root /var/www/maintenance;
|
||||
|
||||
location / {
|
||||
try_files /index.html =404;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue