From a30995fc27e697359d195e5c03127034d9c4e7ca Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 11 Nov 2020 12:55:13 +0100 Subject: consistent documentation and configuration in compose file --- support/docker/production/entrypoint.nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/docker/production/entrypoint.nginx.sh') diff --git a/support/docker/production/entrypoint.nginx.sh b/support/docker/production/entrypoint.nginx.sh index 4d2ead966..670ce84a3 100644 --- a/support/docker/production/entrypoint.nginx.sh +++ b/support/docker/production/entrypoint.nginx.sh @@ -9,7 +9,7 @@ export PEERTUBE_HOST="peertube:9000" envsubst '${WEBSERVER_HOST} ${PEERTUBE_HOST}' < $SOURCE_FILE > $TARGET_FILE -# Remove HTTPS/SSL from nginx conf +# Remove HTTPS/SSL from nginx conf since this image is meant as a webserver _behind_ a reverse-proxy doing TLS termination itself sed -i 's/443 ssl http2/80/g;/ssl_/d' $TARGET_FILE nginx -g "daemon off;" \ No newline at end of file -- cgit v1.2.3