Skip to content

Commit

Permalink
corrected mistake in nginx project.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Nov 13, 2024
1 parent 019d627 commit aed90f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nginx/project.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ server {

server {

server {
listen 80;
server_name app.batterymodel.com;

# Redirect HTTP to HTTPS
return 301 https://$host$request_uri;
}

listen 443 ssl;
server_name app.batterymodel.com;

Expand Down

0 comments on commit aed90f5

Please sign in to comment.