Add files via upload

This commit is contained in:
xVRVx
2025-10-29 15:07:48 +03:00
committed by GitHub
parent 385dc20b99
commit 0e58eea800

View File

@@ -41,8 +41,8 @@ echo "✅ Записываем конфигурацию в $CONFIG_PATH для
bash -c "cat > $CONFIG_PATH" <<EOF
server {
listen 127.0.0.1:3333 ssl http2 proxy_protocol;
server_name $DOMAIN;
listen unix:/dev/shm/nginx.sock ssl http2 proxy_protocol;
set_real_ip_from 127.0.0.1;
real_ip_header proxy_protocol;
@@ -227,7 +227,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
"realitySettings": {
"show": false,
"xver": 1,
"target": "3333",
"target": "/dev/shm/nginx.sock",
"spiderX": "/",
"shortIds": [
"${xray_shortIds_vrv}"