Loading conf.d/vouch.shore.co.il.conf 0 → 100644 +28 −0 Original line number Diff line number Diff line map $host $vouch { default vouch; } server { listen 80; listen [::]:80; server_name vouch.shore.co.il; include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/www-acme-challenge.conf; include snippets/redirect-https.conf; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name vouch.shore.co.il; include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/ssl.conf; location / { proxy_pass http://$vouch:9090; proxy_http_version 1.1; include snippets/proxy-headers.conf; } } docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ services: - lam.shore.co.il - mta-sts.shore.co.il - code.shore.co.il - vouch.shore.co.il ports: - '80:80' - '443:443' Loading Loading
conf.d/vouch.shore.co.il.conf 0 → 100644 +28 −0 Original line number Diff line number Diff line map $host $vouch { default vouch; } server { listen 80; listen [::]:80; server_name vouch.shore.co.il; include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/www-acme-challenge.conf; include snippets/redirect-https.conf; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name vouch.shore.co.il; include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/ssl.conf; location / { proxy_pass http://$vouch:9090; proxy_http_version 1.1; include snippets/proxy-headers.conf; } }
docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ services: - lam.shore.co.il - mta-sts.shore.co.il - code.shore.co.il - vouch.shore.co.il ports: - '80:80' - '443:443' Loading