mirror of
https://github.com/xVRVx/autoXRAY.git
synced 2026-08-27 09:05:33 +00:00
Add files via upload
This commit is contained in:
@@ -54,10 +54,17 @@ server {
|
||||
server_name $DOMAIN;
|
||||
#listen 3333 ssl http2 proxy_protocol;
|
||||
listen unix:/dev/shm/nginx.sock http2 proxy_protocol;
|
||||
set_real_ip_from unix:;
|
||||
real_ip_header proxy_protocol;
|
||||
|
||||
root /var/www/$DOMAIN;
|
||||
index index.php index.html;
|
||||
|
||||
# grpc settings
|
||||
grpc_read_timeout 1h;
|
||||
grpc_send_timeout 1h;
|
||||
grpc_set_header X-Real-IP \$remote_addr;
|
||||
|
||||
add_header routing-enable 0;
|
||||
|
||||
location /${path_xhttp} {
|
||||
@@ -947,7 +954,7 @@ cat > "$WEB_PATH/$path_subpage.html" <<EOF
|
||||
EOF
|
||||
|
||||
echo -e "
|
||||
Тестовый TLS-333:
|
||||
Тестовый TLS-555:
|
||||
$link01
|
||||
|
||||
$link012
|
||||
|
||||
Reference in New Issue
Block a user