Adds advanced config header warning and replaces variable info with translation

This commit is contained in:
Julian Reinhardt
2021-11-04 12:01:01 +01:00
parent d95cd36b3e
commit a5229d0e92
2 changed files with 7 additions and 4 deletions

View File

@ -84,6 +84,8 @@
"advanced": "Advanced",
"advanced-warning": "Enter your custom Nginx configuration here at your own risk!",
"advanced-config": "Custom Nginx Configuration",
"advanced-config-var-headline": "These proxy details are available as nginx variables:",
"advanced-config-header-info": "Please note, that any add_header or set_header directives added here will not be used by nginx. You will have to add a custom location '/' and add the header in the custom config there.",
"hsts-enabled": "HSTS Enabled",
"hsts-subdomains": "HSTS Subdomains",
"locations": "Custom locations"