admin-ui ng转发域名增加

This commit is contained in:
2026-08-25 17:07:12 +08:00
parent 95dc89e097
commit d62f79a407
+1
View File
@@ -159,6 +159,7 @@ server {
server {
listen 80;
server_name observer.redpowerfuture.com;
client_max_body_size 500M;
location / {
proxy_pass http://__API_HOST__:18080;
proxy_http_version 1.1;