Skip to content

Commit

Permalink
Mention additional nginx modules required since (#3313)
Browse files Browse the repository at this point in the history
5f59cf0 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
  • Loading branch information
tgurr authored and Chocobozzz committed Jan 13, 2021
1 parent 7abb606 commit d168661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/nginx/peertube
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit d168661

Please sign in to comment.