aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorRigel Kent <par@rigelk.eu>2021-01-11 14:27:17 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:17:13 +0100
commitdbe3040e3685610f1d0abf4af7fac3470e31d132 (patch)
tree946a1d4ecc69a1d205c8aff42c0b394cfce62bb1 /support
parentd168661db374a4f4aac172abf15d0925857f2c04 (diff)
downloadPeerTube-dbe3040e3685610f1d0abf4af7fac3470e31d132.tar.gz
PeerTube-dbe3040e3685610f1d0abf4af7fac3470e31d132.tar.zst
PeerTube-dbe3040e3685610f1d0abf4af7fac3470e31d132.zip
merge optional modules within standard ones in support/nginx/peertube
Diffstat (limited to 'support')
-rw-r--r--support/nginx/peertube3
1 files changed, 1 insertions, 2 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube
index c2fb461f2..83f2d6e45 100644
--- a/support/nginx/peertube
+++ b/support/nginx/peertube
@@ -1,7 +1,6 @@
1# Minimum Nginx version required: 1.13.0 (released Apr 25, 2017) 1# Minimum Nginx version required: 1.13.0 (released Apr 25, 2017)
2# Please check your Nginx installation features the following modules via 'nginx -V': 2# Please check your Nginx installation features the following modules via 'nginx -V':
3# STANDARD HTTP MODULES: AIO Multithreading, Core, Proxy, Rewrite. 3# STANDARD HTTP MODULES: Core, Proxy, Rewrite, Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream, AIO Multithreading.
4# OPTIONAL HTTP MODULES: Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream.
5# THIRD PARTY MODULES: None. 4# THIRD PARTY MODULES: None.
6 5
7server { 6server {