mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update Version and missing http2
This commit is contained in:
parent
3053d18c07
commit
f377cd1efc
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
## Version 2021/10/02
|
||||
## Version 2021/10/03
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
# For the federation port
|
||||
listen 8448 ssl http2 default_server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue