Files
jiedian/server/nginx/fallback.conf
T
dekun cd0639d55c Initial commit: sing-box Reality + Hysteria2 deploy for 66.hyf2.cc
Ubuntu deployment at /opt/jiedian with pre-filled env for 47.76.87.111.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 08:21:49 +08:00

10 lines
182 B
Plaintext

server {
listen 127.0.0.1:8080;
server_name localhost;
root /var/www/fallback;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}