mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-12 11:32:35 +02:00
Update Version and missing http2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user