mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-29 10:19:21 +08:00
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
server {
|
|
listen 443 ssl;
|
|
server_name shylinux.com;
|
|
include portal/shylinux/location.conf;
|
|
}
|
|
server {
|
|
listen 80;
|
|
server_name shylinux.com;
|
|
include location/tohttps.conf;
|
|
}
|