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