diff options
author | Rigel Kent <par@rigelk.eu> | 2021-01-11 14:27:17 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-13 09:17:13 +0100 |
commit | dbe3040e3685610f1d0abf4af7fac3470e31d132 (patch) | |
tree | 946a1d4ecc69a1d205c8aff42c0b394cfce62bb1 | |
parent | d168661db374a4f4aac172abf15d0925857f2c04 (diff) | |
download | PeerTube-dbe3040e3685610f1d0abf4af7fac3470e31d132.tar.gz PeerTube-dbe3040e3685610f1d0abf4af7fac3470e31d132.tar.zst PeerTube-dbe3040e3685610f1d0abf4af7fac3470e31d132.zip |
merge optional modules within standard ones in support/nginx/peertube
-rw-r--r-- | support/nginx/peertube | 3 |
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 | ||
7 | server { | 6 | server { |