Skip to content

Commit

Permalink
update nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Aug 23, 2024
1 parent 262bb84 commit fc36b7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/apps/blazor/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ http {
index index.html;

location /health {
# health checks are frequent and boring, so we avoid logging them
access_log off;
error_log /dev/stderr error;
proxy_pass http://api;
access_log off;
}

location / {
Expand Down

0 comments on commit fc36b7d

Please sign in to comment.