Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen-Duc-Khai committed Nov 17, 2023
1 parent 849990c commit 4012baf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ server {
}
}

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

server_name *.airchecker.online;
# server_name *.airchecker.online;

return 301 https://$host$request_uri;
}
# return 301 https://$host$request_uri;
# }

# server {
# listen 443 ssl;
Expand Down

0 comments on commit 4012baf

Please sign in to comment.