diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index 90d49e2..0000000 --- a/nginx.conf +++ /dev/null @@ -1,15 +0,0 @@ -server { - listen 80; - server_name codefirst.iut.uca.fr; - - root /var/www/html; - index index.html; - - location / { - try_files $uri $uri/ /index.html; - } - - location /assets/ { - alias /var/www/html/assets/; - } -}