1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-29 10:19:21 +08:00
2025-02-16 08:23:55 +08:00

11 lines
237 B
Plaintext

server {
listen 443 ssl;
server_name 2024-ContextOS.shylinux.com;
include portal/2024-ContextOS/location.conf;
}
server {
listen 80;
server_name 2024-ContextOS.shylinux.com;
include location/tohttps.conf;
}