aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/entrypoint.nginx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/entrypoint.nginx.sh')
-rw-r--r--support/docker/production/entrypoint.nginx.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/docker/production/entrypoint.nginx.sh b/support/docker/production/entrypoint.nginx.sh
index 744385ec8..903806936 100644
--- a/support/docker/production/entrypoint.nginx.sh
+++ b/support/docker/production/entrypoint.nginx.sh
@@ -12,6 +12,4 @@ envsubst '${WEBSERVER_HOST} ${PEERTUBE_HOST}' < $SOURCE > $TARGET
12# Remove HTTPS/SSL from nginx conf 12# Remove HTTPS/SSL from nginx conf
13sed -i 's/443 ssl http2/80/g;/ssl_/d' $TARGET 13sed -i 's/443 ssl http2/80/g;/ssl_/d' $TARGET
14 14
15cat $TARGET
16
17nginx -g "daemon off;" \ No newline at end of file 15nginx -g "daemon off;" \ No newline at end of file