mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
9 lines
No EOL
124 B
Text
9 lines
No EOL
124 B
Text
server {
|
|
listen 80;
|
|
listen [::]:80;
|
|
server_name localhost;
|
|
|
|
location / {
|
|
return 503;
|
|
}
|
|
} |