This commit is contained in:
Florian THIERRY
2024-09-22 12:46:41 +02:00
parent fe1d59a3bb
commit 7e0174bcc2

View File

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