wip: 2025-01-20T11:25:11+0100 (1737368711)
This commit is contained in:
parent
a2d1c4f16c
commit
95563313d6
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