removed default config
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
server {
|
||||
listen 8080 default_server;
|
||||
server_name _;
|
||||
root /nginx/www;
|
||||
|
||||
location / {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user