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

12 lines
185 B
Plaintext

server {
listen 8005;
listen [::]:8005;
include apps/crisiscleanup;
}
server {
listen 8405 ssl http2;
listen [::]:8405 ssl http2;
include apps/crisiscleanup;
}