Files
CmiiDeploy/1-2025年/67-202508-雄安空能院/关停计划/offline.conf
2026-05-19 14:28:44 +08:00

10 lines
214 B
Plaintext

server {
listen 8088;
server_name localhost;
charset utf-8;
location / {
add_header Content-Type 'text/html; charset=utf-8';
return 200 "平台已过试用期,请联系系统管理员";
}
}