Skip to content

Commit

Permalink
Use wildcard listener
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 29, 2024
1 parent 8890cb7 commit b46e036
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions root/defaults/nginx/site-confs/default.conf.sample
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
## Version 2024/05/27 - Changelog: https://github.com/linuxserver/docker-lychee/commits/master/root/defaults/nginx/site-confs/default.conf.sample

server {
listen 80 default_server;
listen [::]:80 default_server;

listen 443 ssl default_server;
listen [::]:443 ssl default_server;
listen *:80 default_server;
listen *:443 ssl default_server;

server_name _;

Expand Down

0 comments on commit b46e036

Please sign in to comment.