Skip to content

Commit

Permalink
remove http
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiacampos98 committed Dec 8, 2024
1 parent bbb08f1 commit dc0b602
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nginx/default.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
server {
listen 80 default_server;
server_name $DOMAIN;

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

server {
listen 443 ssl;
server_name $DOMAIN;
Expand Down

0 comments on commit dc0b602

Please sign in to comment.