Removing useless file
This commit is contained in:
parent
4efa308473
commit
246174c365
@ -1,14 +0,0 @@
|
|||||||
server {
|
|
||||||
listen 8000;
|
|
||||||
listen [::]:8000;
|
|
||||||
server_name localhost;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
root /usr/share/nginx/html;
|
|
||||||
index index.html index.htm;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ~ ^/[@_]/ {
|
|
||||||
try_files $uri $uri/ /index.html;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user