Skip to content

Commit

Permalink
style: Remove duplicate server block in nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Sep 12, 2024
1 parent f2b5447 commit 1a127af
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions deploy/local/docker-compose/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,4 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
}


server {
listen 80;
server_name tempo.$HOSTNAME;

location / {
proxy_pass http://tempo:3200;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
}

0 comments on commit 1a127af

Please sign in to comment.