aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/entrypoint.nginx.sh
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-06 10:59:11 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-11-11 16:45:46 +0100
commite604efcb71ca3bbff701598969d055d688161985 (patch)
tree4daa9d677ee5c0da907499433275061f4c712556 /support/docker/production/entrypoint.nginx.sh
parent1a9b141d835cf3bfe9bdca67f881b520975f9058 (diff)
downloadPeerTube-e604efcb71ca3bbff701598969d055d688161985.tar.gz
PeerTube-e604efcb71ca3bbff701598969d055d688161985.tar.zst
PeerTube-e604efcb71ca3bbff701598969d055d688161985.zip
Do not expose containers by default in traefik
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