Removing useless file

This commit is contained in:
David Négrier 2021-02-03 12:29:56 +01:00
parent 4efa308473
commit 246174c365
1 changed files with 0 additions and 14 deletions

View File

@ -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;
}
}