mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-28 01:52:00 +08:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
server {
|
|
listen 443 ssl;
|
|
server_name demo.shylinux.com;
|
|
include portal/demo/location.conf;
|
|
}
|
|
server {
|
|
listen 80;
|
|
server_name demo.shylinux.com;
|
|
include location/tohttps.conf;
|
|
}
|