mirror of https://github.com/Chocobozzz/PeerTube
merge optional modules within standard ones in support/nginx/peertube
parent
d168661db3
commit
dbe3040e36
|
@ -1,7 +1,6 @@
|
||||||
# Minimum Nginx version required: 1.13.0 (released Apr 25, 2017)
|
# Minimum Nginx version required: 1.13.0 (released Apr 25, 2017)
|
||||||
# Please check your Nginx installation features the following modules via 'nginx -V':
|
# Please check your Nginx installation features the following modules via 'nginx -V':
|
||||||
# STANDARD HTTP MODULES: AIO Multithreading, Core, Proxy, Rewrite.
|
# STANDARD HTTP MODULES: Core, Proxy, Rewrite, Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream, AIO Multithreading.
|
||||||
# OPTIONAL HTTP MODULES: Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream.
|
|
||||||
# THIRD PARTY MODULES: None.
|
# THIRD PARTY MODULES: None.
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Reference in New Issue