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

zpush.shore.co.il.

parent 1bbfd776
No related branches found
No related tags found
No related merge requests found
map $host $zpush { default z-push; }
server {
listen 80;
listen [::]:80;
server_name zpush.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 zpush.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://$zpush;
proxy_http_version 1.1;
include snippets/proxy-headers.conf;
}
}
...@@ -9,12 +9,13 @@ services: ...@@ -9,12 +9,13 @@ services:
networks: networks:
default: default:
aliases: aliases:
- nextcloud.shore.co.il - *hostname
- code.shore.co.il
- git.shore.co.il - git.shore.co.il
- lam.shore.co.il - lam.shore.co.il
- mta-sts.shore.co.il - mta-sts.shore.co.il
- code.shore.co.il
- vouch.shore.co.il - vouch.shore.co.il
- zpush.shore.co.il
ports: ports:
- '80:80' - '80:80'
- '443:443' - '443:443'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment