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