mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
6 lines
No EOL
163 B
Text
6 lines
No EOL
163 B
Text
# Either remove this file or update it to:
|
|
server {
|
|
listen 80 default_server;
|
|
server_name _;
|
|
return 444; # Reject requests with no server_name match
|
|
} |