Skip to content
Snippets Groups Projects
Commit 32115085 authored by nimrod's avatar nimrod
Browse files

Add auth.shore.co.il.

parent 8c65f313
Branches
No related tags found
No related merge requests found
map $host $auth { default auth; }
server {
listen 80;
listen [::]:80;
server_name auth.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 auth.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://$auth:8080$request_uri;
proxy_http_version 1.1;
include snippets/proxy-headers.conf;
allow 163.172.74.36; # ns4.shore.co.il
allow 62.219.131.121; # ns1.shore.co.il
include snippets/allow-private-ips.conf;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment