mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-19 22:55: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 {
|
||||
listen 443 ssl http2;
|
||||
listen 443 ssl;
|
||||
http2 on;
|
||||
ssl_certificate /etc/ssl/certs/pairdrop-dev.crt;
|
||||
ssl_certificate_key /etc/ssl/certs/pairdrop-dev.key;
|
||||
|
||||
|
@ -36,6 +37,6 @@ server {
|
|||
alias /etc/ssl/certs/pairdropCA.crt;
|
||||
}
|
||||
# To allow POST on static pages
|
||||
error_page 405 =200 $uri;
|
||||
error_page 405 =200 $uri;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue