1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-05-08 13:58:11 +08:00
2025-02-16 22:09:34 +08:00

12 lines
294 B
Plaintext

server {
listen 443 ssl;
server_name 2025-shanghai-2.shylinux.com;
include portal/2025-shanghai-2/location.conf;
}
server {
listen 80;
server_name 2025-shanghai-2.shylinux.com;
include portal/2025-shanghai-2/location.conf;
# include location/tohttps.conf;
}