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