mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-16 02:50:32 +02:00
Update 93-nginx.sh
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
# SSL SETTING #
|
# SSL SETTING #
|
||||||
###############
|
###############
|
||||||
|
|
||||||
declare admin_port
|
|
||||||
declare protocol=http
|
|
||||||
|
|
||||||
# Generate Ingress configuration
|
|
||||||
if bashio::config.true 'ssl'; then
|
if bashio::config.true 'ssl'; then
|
||||||
bashio::config.require.ssl
|
bashio::config.require.ssl
|
||||||
protocol=https
|
protocol=https
|
||||||
|
|||||||
Reference in New Issue
Block a user