This repository has been archived on 2024-01-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nginx-config/sites-available/default
2016-05-21 11:47:21 +00:00

11 lines
209 B
Text

server {
listen 0.0.0.0:80 default;
listen [2a01:4f8:151:51a3:176:9:184:3]:80 default;
access_log /var/log/nginx/access.log ano;
error_log /var/log/nginx/error.log warn;
location / {
return 404;
}
}