Skip to content

Commit

Permalink
Update nginx setup to listen on port 80 and 443
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 28, 2024
1 parent fdd5a24 commit f8ecaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/setup/default.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
#listen 80;
#listen [::]:80;
listen 80;
listen [::]:80;
listen 443 ssl;
listen [::]:443 ssl;
server_name localhost;
Expand Down

0 comments on commit f8ecaf2

Please sign in to comment.