Skip to content

Commit 4f72dd5

Browse files
committed
Set http2 at http level
Ref: linuxserver/docker-baseimage-alpine-nginx#167 Signed-off-by: Eric Nemchik <eric@nemchik.com>
1 parent d8253f3 commit 4f72dd5

File tree

229 files changed

+467
-699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+467
-699
lines changed

_template.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# REMOVE THIS LINE BEFORE SUBMITTING: The structure of the file (all of the existing lines) should be kept as close as possible to this template.
33
# REMOVE THIS LINE BEFORE SUBMITTING: Look through this file for <tags> and replace them. Review other sample files to see how things are done.
44
# REMOVE THIS LINE BEFORE SUBMITTING: The comment lines at the top of the file (below this line) should explain any prerequisites for using the proxy such as DNS or app settings.
55
# make sure that your <container_name> container is named <container_name>
66
# make sure that your dns has a cname set for <container_name>
77

88
server {
9-
listen 443 ssl http2;
10-
listen [::]:443 ssl http2;
9+
listen *:443 ssl;
1110

1211
server_name <container_name>.*;
1312

actual-server.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your actual-server container is named actual-server
33
# make sure that your dns has a cname set for actual-server
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen *:443 ssl;
87

98
server_name actual-server.*;
109

adguard.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your adguard container is named adguard
33
# make sure that your dns has a cname set for adguard
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen *:443 ssl;
87

98
server_name adguard.*;
109

adminer.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your adminer container is named adminer
33
# make sure that your dns has a cname set for adminer
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen *:443 ssl;
87

98
server_name adminer.*;
109

adminmongo.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your adminmongo container is named adminmongo
33
# make sure that your dns has a cname set for adminmongo
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen *:443 ssl;
87

98
server_name adminmongo.*;
109

airsonic.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your airsonic container is named airsonic
33
# make sure that your dns has a cname set for airsonic
44
# add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP
55

66
server {
7-
listen 443 ssl http2;
8-
listen [::]:443 ssl http2;
7+
listen *:443 ssl;
98

109
server_name airsonic.*;
1110

apprise-api.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your apprise-api container is named apprise-api
33
# make sure that your dns has a cname set for apprise-api
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen *:443 ssl;
87

98
server_name apprise-api.*;
109

archisteamfarm.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your archisteamfarm container is named archisteamfarm
33
# make sure that your dns has a cname set for archisteamfarm
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen *:443 ssl;
87

98
server_name archisteamfarm.*;
109

aria2-with-webui.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2023/05/31
1+
## Version 2024/05/29
22
# make sure that your aria2 container is named aria2-with-webui
33
# make sure that your dns has a cname set for aria2
44
#
@@ -7,8 +7,7 @@
77
# https://aria2.example.com/#!/settings/rpc/set?protocol=https&host=aria2.example.com&port=443&interface=aria2-with-webui/jsonrpc
88

99
server {
10-
listen 443 ssl http2;
11-
listen [::]:443 ssl http2;
10+
listen *:443 ssl;
1211

1312
server_name aria2.*;
1413

atuin.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Version 2024/03/24
1+
## Version 2024/05/29
22
# make sure that your atuin container is named atuin
33
# make sure that your dns has a cname set for atuin
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen *:443 ssl;
87

98
server_name atuin.*;
109

0 commit comments

Comments
 (0)