remove nginx.conf
This commit is contained in:
parent
84fc2c2b34
commit
f050b0ef76
1 changed files with 0 additions and 11 deletions
11
nginx.conf
11
nginx.conf
|
@ -1,11 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue