first commit
This commit is contained in:
commit
5e2487cecb
22 changed files with 930 additions and 0 deletions
11
sites-available/default
Normal file
11
sites-available/default
Normal file
|
@ -0,0 +1,11 @@
|
|||
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;
|
||||
}
|
||||
}
|
Reference in a new issue