From 8bba5965a5f064d066ae919a2b5d0e7f4d798749 Mon Sep 17 00:00:00 2001 From: winds365 Date: Sun, 9 Mar 2025 08:54:27 +0800 Subject: [PATCH] Create Caddyfile --- VLESS-XHTTP3-Nginx/Caddyfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 VLESS-XHTTP3-Nginx/Caddyfile diff --git a/VLESS-XHTTP3-Nginx/Caddyfile b/VLESS-XHTTP3-Nginx/Caddyfile new file mode 100644 index 0000000..8aa5565 --- /dev/null +++ b/VLESS-XHTTP3-Nginx/Caddyfile @@ -0,0 +1,9 @@ +example.com { + file_server * { + root /var/www/html + } + + reverse_proxy /path/* unix+h2c//dev/shm/xrxh.socket { + flush_interval -1 + } +}