Skip to content

Commit

Permalink
build: remove dup reuseport from sync nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 13, 2024
1 parent f100524 commit 04380cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/templates/sync.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server {

server {
# Default handler for port 443
listen 443 ssl reuseport;
listen 443 ssl;
server_name ${FMTM_SYNC_DOMAIN};

ssl_certificate /etc/letsencrypt/live/${FMTM_DOMAIN}/fullchain.pem;
Expand Down

0 comments on commit 04380cd

Please sign in to comment.