1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
2025-02-16 22:09:34 +08:00

12 lines
290 B
Plaintext

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