1
0
forked from x/ContextOS
ContextOS/etc/portal/support/server.conf
2025-02-16 08:23:55 +08:00

11 lines
216 B
Plaintext

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