aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/docker-traefik.md
diff options
context:
space:
mode:
authorKimsible <1877318+kimsible@users.noreply.github.com>2020-11-16 10:34:05 +0100
committerGitHub <noreply@github.com>2020-11-16 10:34:05 +0100
commit8872828d59a5152e27734711ae30ebe86e84f570 (patch)
tree81c1e997c367d9852ec92643b16fc6885e0cacb1 /support/doc/docker-traefik.md
parent2b8d7a7d590ff71bf143c89d95a2289a1d6d3d85 (diff)
downloadPeerTube-8872828d59a5152e27734711ae30ebe86e84f570.tar.gz
PeerTube-8872828d59a5152e27734711ae30ebe86e84f570.tar.zst
PeerTube-8872828d59a5152e27734711ae30ebe86e84f570.zip
add client overrides to nginx configuration (#3297)
Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'support/doc/docker-traefik.md')
-rw-r--r--support/doc/docker-traefik.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/docker-traefik.md b/support/doc/docker-traefik.md
index eb480ec53..4c03cce42 100644
--- a/support/doc/docker-traefik.md
+++ b/support/doc/docker-traefik.md
@@ -24,7 +24,7 @@ touch ./docker-volume/traefik/acme.json
24``` 24```
25Needs to have file mode 600: 25Needs to have file mode 600:
26```shell 26```shell
27chmod 600 ./docker-volume/traefik/acme.json 27chmod 600 ./docker-volume/traefik/acme.json
28``` 28```
29 29
30#### Update the reverse proxy configuration 30#### Update the reverse proxy configuration
@@ -40,5 +40,5 @@ More at: https://docs.traefik.io/v1.7
40#### Run with traefik 40#### Run with traefik
41 41
42```shell 42```shell
43docker-compose -f docker-compose.yml docker-compose.traefik.yml up -d 43docker-compose -f docker-compose.yml -f docker-compose.traefik.yml up -d
44``` 44```