aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorTimo Gurr <timo.gurr@gmail.com>2021-01-11 13:47:09 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:17:13 +0100
commitd168661db374a4f4aac172abf15d0925857f2c04 (patch)
tree42f5c34e367b9127a120f79aedd79bc36b53d2e7 /support
parent7abb6060a91588fe21cad0f59f38941da728511c (diff)
downloadPeerTube-d168661db374a4f4aac172abf15d0925857f2c04.tar.gz
PeerTube-d168661db374a4f4aac172abf15d0925857f2c04.tar.zst
PeerTube-d168661db374a4f4aac172abf15d0925857f2c04.zip
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
Diffstat (limited to 'support')
-rw-r--r--support/nginx/peertube4
1 files changed, 2 insertions, 2 deletions
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 @@
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: Core, Proxy, Rewrite. 3# STANDARD HTTP MODULES: AIO Multithreading, Core, Proxy, Rewrite.
4# OPTIONAL HTTP MODULES: Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream. 4# OPTIONAL HTTP MODULES: Access, Gzip, Headers, HTTP/2, Log, Real IP, SSL, Thread Pool, Upstream.
5# THIRD PARTY MODULES: None. 5# THIRD PARTY MODULES: None.
6 6
7server { 7server {