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