mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-07 05:26:55 +08:00
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
server {
|
|
listen 443 ssl;
|
|
server_name 2023.shylinux.com;
|
|
include portal/2023/location.conf;
|
|
}
|
|
server {
|
|
listen 80;
|
|
server_name 2023.shylinux.com;
|
|
include portal/2023/location.conf;
|
|
# include location/tohttps.conf;
|
|
}
|