mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
server {
|
|
listen 443 ssl;
|
|
server_name 2025-cluster.shylinux.com;
|
|
include portal/2025-cluster/location.conf;
|
|
}
|
|
server {
|
|
listen 80;
|
|
server_name 2025-cluster.shylinux.com;
|
|
include portal/2025-cluster/location.conf;
|
|
# include location/tohttps.conf;
|
|
}
|