1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-05-11 22:48:14 +08:00
2025-02-16 08:24:04 +08:00

11 lines
243 B
Plaintext

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