mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-27 09:38:28 +08:00
11 lines
216 B
Plaintext
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;
|
|
}
|