Spotter-VM/cts/etc/nginx/conf.d/cts.conf

12 lines
165 B
Plaintext
Raw Normal View History

2017-12-26 09:33:47 +01:00
server {
listen 8006;
listen [::]:8006;
include apps/cts;
}
server {
listen 8406 ssl http2;
listen [::]:8406 ssl http2;
include apps/cts;
}