From d168661db374a4f4aac172abf15d0925857f2c04 Mon Sep 17 00:00:00 2001 From: Timo Gurr Date: Mon, 11 Jan 2021 13:47:09 +0100 Subject: Mention additional nginx modules required since (#3313) 5f59cf077fd9f9c0c91c7bb56efbfd5db103bff2 introduced requirements on additional nginx modules: nginx: [emerg] "aio threads" is unsupported on this platform in /etc/nginx/sites-enabled/peertube:247 https://nginx.org/en/docs/http/ngx_http_core_module.html#aio nginx: [emerg] unknown directive "deny" in /etc/nginx/sites-enabled/peertube:83 https://nginx.org/en/docs/http/ngx_http_access_module.html --- support/nginx/peertube | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/nginx/peertube b/support/nginx/peertube index 31a690e29..c2fb461f2 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -1,7 +1,7 @@ # 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: Core, Proxy, Rewrite. -# OPTIONAL HTTP MODULES: Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream. +# STANDARD HTTP MODULES: AIO Multithreading, Core, Proxy, Rewrite. +# OPTIONAL HTTP MODULES: Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream. # THIRD PARTY MODULES: None. server { -- cgit v1.2.3