Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
Seji64 authored Apr 11, 2024
1 parent 975f55c commit 4cec818
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configs/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ http {


stream {
log_format basic '$remote_addr [$time_local] '
'$protocol $status $bytes_sent $bytes_received '
'$session_time';

server {
resolver 1.1.1.1 ipv6=off;
Expand All @@ -34,4 +31,4 @@ stream {
proxy_connect_timeout 5s;
proxy_pass $ssl_preread_server_name:443;
}
}
}

0 comments on commit 4cec818

Please sign in to comment.