diff --git a/front/nginx-vhost.conf b/front/nginx-vhost.conf deleted file mode 100644 index 81e10f4a..00000000 --- a/front/nginx-vhost.conf +++ /dev/null @@ -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; - } -}