From 7e0174bcc2434b9b02aa9c21a143fe4d5e851ff9 Mon Sep 17 00:00:00 2001 From: Florian THIERRY Date: Sun, 22 Sep 2024 12:46:41 +0200 Subject: [PATCH] test --- frontend/conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/conf/nginx.conf b/frontend/conf/nginx.conf index b686bfc..7ebd77f 100644 --- a/frontend/conf/nginx.conf +++ b/frontend/conf/nginx.conf @@ -36,7 +36,6 @@ http { # Everything under the Angular app is always redirected to Angular in the correct language location ~ ^/(fr|en)/ { - alias /usr/share/nginx/html/$1/; try_files $uri /$1/index.html?$args; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Host $server_name;