Loading conf.d/nehe.sr.conf 0 → 100644 +23 −0 Original line number Diff line number Diff line server { listen 80; listen [::]:80; server_name nehe.sr; include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/www-acme-challenge.conf; include snippets/redirect-www.conf; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name nehe.sr; include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/ssl.conf; include snippets/nextcloud-well-known.conf; include snippets/activesync.conf; include snippets/redirect-www.conf; } conf.d/www.nehe.sr.conf 0 → 100644 +22 −0 Original line number Diff line number Diff line server { listen 80; listen [::]:80; server_name www.nehe.sr; include snippets/robots-allow-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 www.nehe.sr; include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/ssl.conf; root /var/www/www.nehe.sr/; error_page 404 /; } docker-compose.yml +4 −0 Original line number Diff line number Diff line Loading @@ -11,7 +11,10 @@ services: aliases: - *hostname - autoconfig.shore.co.il - myip.shore.co.il - nehe.sr - registry.shore.co.il - www.nehe.sr ports: - '80:80' - '443:443' Loading @@ -21,6 +24,7 @@ services: - '/var/ssl/site.key:/var/ssl/site.key:ro' - '/var/ssl/site.crt:/var/ssl/site.crt:ro' - '/var/ssl/dhparams:/var/ssl/dhparams:ro' - '/var/www/www.nehe.sr:/var/www/www.nehe.sr:ro' - '/var/www/www.shore.co.il/blog:/var/www/www.shore.co.il/blog:ro' - '/var/www/www.shore.co.il/resume:/var/www/www.shore.co.il/resume:ro' Loading Loading
conf.d/nehe.sr.conf 0 → 100644 +23 −0 Original line number Diff line number Diff line server { listen 80; listen [::]:80; server_name nehe.sr; include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/www-acme-challenge.conf; include snippets/redirect-www.conf; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name nehe.sr; include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/ssl.conf; include snippets/nextcloud-well-known.conf; include snippets/activesync.conf; include snippets/redirect-www.conf; }
conf.d/www.nehe.sr.conf 0 → 100644 +22 −0 Original line number Diff line number Diff line server { listen 80; listen [::]:80; server_name www.nehe.sr; include snippets/robots-allow-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 www.nehe.sr; include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/ssl.conf; root /var/www/www.nehe.sr/; error_page 404 /; }
docker-compose.yml +4 −0 Original line number Diff line number Diff line Loading @@ -11,7 +11,10 @@ services: aliases: - *hostname - autoconfig.shore.co.il - myip.shore.co.il - nehe.sr - registry.shore.co.il - www.nehe.sr ports: - '80:80' - '443:443' Loading @@ -21,6 +24,7 @@ services: - '/var/ssl/site.key:/var/ssl/site.key:ro' - '/var/ssl/site.crt:/var/ssl/site.crt:ro' - '/var/ssl/dhparams:/var/ssl/dhparams:ro' - '/var/www/www.nehe.sr:/var/www/www.nehe.sr:ro' - '/var/www/www.shore.co.il/blog:/var/www/www.shore.co.il/blog:ro' - '/var/www/www.shore.co.il/resume:/var/www/www.shore.co.il/resume:ro' Loading