Skip to content

Commit

Permalink
Update proxy.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 14, 2024
1 parent 28b43ca commit 34b10bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rootfs/usr/local/nginx/conf/conf.d/include/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ proxy_set_header X-Real-IP $remote_addr;
#proxy_set_header Accept-Encoding "";
proxy_set_header Host $host;

proxy_set_header Early-Data $ssl_early_data;
proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
proxy_ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA;

proxy_http_version 1.1;
proxy_set_header Early-Data $ssl_early_data;
proxy_pass $forward_scheme://$server:$port$request_uri;

0 comments on commit 34b10bb

Please sign in to comment.