Skip to content
Snippets Groups Projects
Commit 34d38ef7 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch 'development' into 'master'

Translated using Weblate (French)

See merge request !2330
parents 33a971e2 0b388635
Branches master
No related tags found
1 merge request!2330Translated using Weblate (French)
......@@ -15,6 +15,13 @@ server {
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port 8080;
location ~ web.config$ {
return 404 "Not Found";
}
location ~ \.htaccess$ {
return 404 "Not Found";
}
location /health-check/nginx {
access_log off;
default_type text/plain;
......
......@@ -13,6 +13,13 @@ server {
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port 443;
location ~ web.config$ {
return 404 "Not Found";
}
location ~ \.htaccess$ {
return 404 "Not Found";
}
location /health-check/nginx {
access_log off;
default_type text/plain;
......
......@@ -37,6 +37,6 @@ return [
'logs' => [
'admin' => "Logs Admin - MetaGer",
'overview' => 'Journaux - MetaGer',
'login' => "Connexion - MetaGer",
'login' => "Logs Admin - MetaGer",
],
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment