Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions config/web.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
ssl_certificate /ssl/xray.crt;
ssl_certificate_key /ssl/xray.key;
ssl_protocols TLSv1.3;
ssl_ecdh_curve X25519:P-256:P-384:P-521;
server_name xxx;
index index.html index.htm;
root /www/xray_web;
Expand Down Expand Up @@ -35,4 +34,4 @@
listen [::]:80;
server_name xxx;
return 301 https://$http_host$request_uri;
}
}