ops: use host-managed local service list

This commit is contained in:
2026-08-12 11:20:48 +08:00
parent 176119ca29
commit 50371cfb0c
5 changed files with 19 additions and 238 deletions

View File

@@ -3,7 +3,7 @@ limit_req_zone $binary_remote_addr zone=kanban_login:10m rate=5r/m;
server {
listen 443 ssl http2;
server_name gahow-pc.ipads-lab.se.sjtu.edu.cn;
root /var/www/local-kanban-portal;
root /var/www/local-service-list;
index index.html;
ssl_certificate /etc/nginx/certs/gahow-pc.fullchain.pem;