1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-30 18:49:23 +08:00
ContextOS/etc/portal/2022/server.conf
2025-02-15 10:58:21 +08:00

12 lines
250 B
Plaintext

server {
listen 443 ssl;
server_name 2022.shylinux.com;
include portal/2022/location.conf;
}
server {
listen 80;
server_name 2022.shylinux.com;
include portal/2022/location.conf;
# include location/tohttps.conf;
}