diff options
author | Fernandez, ReK2 <5316229+ReK2Fernandez@users.noreply.github.com> | 2018-01-06 09:07:52 -0800 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-06 18:07:52 +0100 |
commit | 99eff32c0058dd7de3d2d5ad46050588d758649c (patch) | |
tree | dcecad5176cc1472f7eeaba6f1438a5b35ad732a /support/nginx | |
parent | 98418afe2d82b00969267075c227b83c25a29527 (diff) | |
download | PeerTube-99eff32c0058dd7de3d2d5ad46050588d758649c.tar.gz PeerTube-99eff32c0058dd7de3d2d5ad46050588d758649c.tar.zst PeerTube-99eff32c0058dd7de3d2d5ad46050588d758649c.zip |
change nginx config to fix deprecation of a old module (#175)
Diffstat (limited to 'support/nginx')
-rw-r--r-- | support/nginx/peertube-https | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/nginx/peertube-https b/support/nginx/peertube-https index f46442835..794920280 100644 --- a/support/nginx/peertube-https +++ b/support/nginx/peertube-https | |||
@@ -6,7 +6,7 @@ server { | |||
6 | } | 6 | } |
7 | 7 | ||
8 | server { | 8 | server { |
9 | listen 443 ssl spdy; # or http2 | 9 | listen 443 ssl http2; # spdy is deprecated on nginx |
10 | # listen [::]:443 ssl spdy; | 10 | # listen [::]:443 ssl spdy; |
11 | server_name domain.tld; | 11 | server_name domain.tld; |
12 | 12 | ||