test
This commit is contained in:
@@ -36,7 +36,6 @@ http {
|
|||||||
|
|
||||||
# Everything under the Angular app is always redirected to Angular in the correct language
|
# Everything under the Angular app is always redirected to Angular in the correct language
|
||||||
location ~ ^/(fr|en)/ {
|
location ~ ^/(fr|en)/ {
|
||||||
alias /usr/share/nginx/html/$1/;
|
|
||||||
try_files $uri /$1/index.html?$args;
|
try_files $uri /$1/index.html?$args;
|
||||||
proxy_set_header Host $host:$server_port;
|
proxy_set_header Host $host:$server_port;
|
||||||
proxy_set_header X-Forwarded-Host $server_name;
|
proxy_set_header X-Forwarded-Host $server_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user