From dbe3040e3685610f1d0abf4af7fac3470e31d132 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 11 Jan 2021 14:27:17 +0100 Subject: merge optional modules within standard ones in support/nginx/peertube --- support/nginx/peertube | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'support') 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 @@ # 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 { -- cgit v1.2.3