init: alpine base git server
This commit is contained in:
6
nginx/conf.d/default.conf
Normal file
6
nginx/conf.d/default.conf
Normal file
@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen 80 default;
|
||||
server_name _;
|
||||
|
||||
return 404;
|
||||
}
|
Reference in New Issue
Block a user