forked from x/ContextOS
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
server {
|
|
listen 443 ssl;
|
|
server_name 2024-jingganjiaoyu.shylinux.com;
|
|
include portal/2024-jingganjiaoyu/location.conf;
|
|
}
|
|
server {
|
|
listen 80;
|
|
server_name 2024-jingganjiaoyu.shylinux.com;
|
|
include location/tohttps.conf;
|
|
}
|