mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-03-16 16:23:26 +03:00
Add error server
This commit is contained in:
9
containers/error-server/default.conf
Normal file
9
containers/error-server/default.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
return 503;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user