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

12 lines
185 B
Plaintext
Raw Normal View History

2017-12-25 11:43:06 +01:00
server {
listen 8005;
listen [::]:8005;
include apps/crisiscleanup;
}
server {
listen 8405 ssl http2;
listen [::]:8405 ssl http2;
include apps/crisiscleanup;
}