mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
update dev nginx conf parameter http2 to new syntax
This commit is contained in:
parent
a68cd75b71
commit
703894e309
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl;
|
||||||
|
http2 on;
|
||||||
ssl_certificate /etc/ssl/certs/pairdrop-dev.crt;
|
ssl_certificate /etc/ssl/certs/pairdrop-dev.crt;
|
||||||
ssl_certificate_key /etc/ssl/certs/pairdrop-dev.key;
|
ssl_certificate_key /etc/ssl/certs/pairdrop-dev.key;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue