cd0639d55c
Ubuntu deployment at /opt/jiedian with pre-filled env for 47.76.87.111. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
182 B
Plaintext
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;
|
|
}
|
|
}
|