mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-01 19:19:22 +08:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
server {
|
|
listen 443 ssl;
|
|
server_name foundation.shylinux.com;
|
|
include portal/foundation/location.conf;
|
|
}
|
|
server {
|
|
listen 80;
|
|
server_name foundation.shylinux.com;
|
|
include location/tohttps.conf;
|
|
}
|