merge optional modules within standard ones in support/nginx/peertube

pull/3592/head
Rigel Kent 2021-01-11 14:27:17 +01:00 committed by Chocobozzz
parent d168661db3
commit dbe3040e36
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# Minimum Nginx version required: 1.13.0 (released Apr 25, 2017)
# Please check your Nginx installation features the following modules via 'nginx -V':
# STANDARD HTTP MODULES: AIO Multithreading, Core, Proxy, Rewrite.
# OPTIONAL HTTP MODULES: Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream.
# STANDARD HTTP MODULES: Core, Proxy, Rewrite, Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream, AIO Multithreading.
# THIRD PARTY MODULES: None.
server {