Skip to content

Commit

Permalink
remove duplicared listen on 8443
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenest authored and hagi committed Jul 23, 2024
1 parent 8adb161 commit 4b19465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmdeploy/src/cmdeploy/nginx/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ http {
server {
listen 8443 ssl;
{{ listen_redirect }}
listen [::]:8443 ssl;
server_name www.{{ config.domain_name }};
return 301 $scheme://{{ config.domain_name }}$request_uri;
access_log syslog:server=unix:/dev/log,facility=local7;
Expand Down

0 comments on commit 4b19465

Please sign in to comment.