mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
Update 93-nginx.sh
This commit is contained in:
@@ -14,4 +14,5 @@ if bashio::config.true 'ssl'; then
|
||||
sed -i "s|%%certfile%%|/ssl/$certfile|g" /etc/nginx/templates/ssl.gtpl
|
||||
sed -i "s|%%certkey%%|/ssl/$keyfile|g" /etc/nginx/templates/ssl.gtpl
|
||||
mv /etc/nginx/templates/ssl.gtpl /etc/nginx/servers/ssl.conf
|
||||
bashio::log.info "ssl configured, emby will be accessible through https instead of http"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user