fix: remove GENERATE_SELF_SIGNED_SSL setting from UI templates

This commit is contained in:
Théophile Diot 2024-12-03 12:07:54 +01:00
parent e1f14bc8a1
commit a661d16c38
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -6,7 +6,6 @@
"CORS_ALLOW_ORIGIN": "self",
"INTERCEPTED_ERROR_CODES": "400 404 405 413 429 500 501 502 503 504",
"MAX_CLIENT_SIZE": "50m",
"GENERATE_SELF_SIGNED_SSL": "yes",
"KEEP_UPSTREAM_HEADERS": "Content-Security-Policy Strict-Transport-Security X-Frame-Options X-Content-Type-Options Referrer-Policy",
"REVERSE_PROXY_KEEPALIVE": "yes"
}