conf cleaning.

This commit is contained in:
Florian THIERRY
2024-09-22 13:18:08 +02:00
parent d84485e52b
commit f3d59a0ef3

View File

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