Skip to content

Commit

Permalink
Fixed: nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiArya20 committed Dec 11, 2024
1 parent 70d7214 commit 6550043
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;

# WebSocket-specific configurations
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}

# Upstream configuration for WebSocket
upstream websocket {
server socket-service:3004;
}

# Nginx log format
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
Expand Down

0 comments on commit 6550043

Please sign in to comment.