From 3de196c60eed6a6df18c27a78ad51faec05f829c Mon Sep 17 00:00:00 2001 From: uzziel Date: Mon, 9 Jan 2023 19:17:35 +0330 Subject: [PATCH] typo in domain name --- All-in-One-fallbacks-Nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/All-in-One-fallbacks-Nginx/nginx.conf b/All-in-One-fallbacks-Nginx/nginx.conf index abe885a..26e53c1 100644 --- a/All-in-One-fallbacks-Nginx/nginx.conf +++ b/All-in-One-fallbacks-Nginx/nginx.conf @@ -12,7 +12,7 @@ server { listen unix:/dev/shm/h1.sock proxy_protocol; #HTTP/1.1 server monitor process and enable PROXY protocol reception set_real_ip_from unix:; real_ip_header proxy_protocol; - server_name examle.com behindcdn.com; #Change to your own domain name(s) + server_name example.com behindcdn.com; #Change to your own domain name(s) location / { add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always; #启用HSTS @@ -26,7 +26,7 @@ server { listen unix:/dev/shm/h2c.sock http2 proxy_protocol; #H2C server monitor process and enable PROXY protocol reception set_real_ip_from unix:; real_ip_header proxy_protocol; - server_name examle.com behindcdn.com; #Change to your own domain name(s) (don't forget to add the certificates to xray config) + server_name example.com behindcdn.com; #Change to your own domain name(s) (don't forget to add the certificates to xray config) # grpc settings grpc_read_timeout 1h;