perf: 外置nginx配置

main
huangfeng 1 year ago
parent 0ab4a33b38
commit 0c9233cc0a

@ -0,0 +1,13 @@
server {
listen 88;
server_name cacserver;
location / {
root static;
index index.html index.htm;
}
location /cac-api {
proxy_pass http://127.0.0.1:8099/;
}
}
Loading…
Cancel
Save