File tree Expand file tree Collapse file tree
root/defaults/nginx/site-confs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ app_setup_block: |
4343
4444# changelog
4545changelogs :
46+ - { date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings." }
4647 - { date: "24.05.24:", desc: "Rebase to Alpine 3.20." }
4748 - { date: "02.03.24:", desc: "Updates for changes in 1.8.0. Initial DB migration may take several minutes." }
4849 - { date: "24.01.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
Original file line number Diff line number Diff line change 1- ## Version 2024/03/02 - Changelog: https://github.com/linuxserver/docker-your_spotify/commits/main/root/defaults/nginx/site-confs/default.conf.sample
1+ ## Version 2024/05/27 - Changelog: https://github.com/linuxserver/docker-your_spotify/commits/main/root/defaults/nginx/site-confs/default.conf.sample
22
33server {
4- listen 80 default_server;
5- listen [::]:80 default_server;
6-
7- listen 443 ssl http2 default_server;
8- listen [::]:443 ssl http2 default_server;
4+ listen *:80 default_server;
5+ listen *:443 ssl default_server;
96
107 server_name _;
118
You can’t perform that action at this time.
0 commit comments