From f3d59a0ef3a003972c00021e4609cb07381d8168 Mon Sep 17 00:00:00 2001 From: Florian THIERRY Date: Sun, 22 Sep 2024 13:18:08 +0200 Subject: [PATCH] conf cleaning. --- frontend/conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/conf/nginx.conf b/frontend/conf/nginx.conf index 94da302..7ebd77f 100644 --- a/frontend/conf/nginx.conf +++ b/frontend/conf/nginx.conf @@ -36,12 +36,6 @@ http { # Everything under the Angular app is always redirected to Angular in the correct language location ~ ^/(fr|en)/ { - types { - module js; - } - - include /etc/nginx/mime.types; - try_files $uri /$1/index.html?$args; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Host $server_name;