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

Use the renamed ssl.config snippet.

parent 525ee25a
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,5 @@ server { ...@@ -17,5 +17,5 @@ server {
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
} }
...@@ -18,7 +18,7 @@ server { ...@@ -18,7 +18,7 @@ server {
include snippets/robots-disallow-all.conf; include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
location / { location / {
proxy_pass http://$es:9200$request_uri; proxy_pass http://$es:9200$request_uri;
......
...@@ -18,7 +18,7 @@ server { ...@@ -18,7 +18,7 @@ server {
include snippets/robots-disallow-all.conf; include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
include snippets/vouch.conf; include snippets/vouch.conf;
location / { location / {
......
...@@ -17,7 +17,7 @@ server { ...@@ -17,7 +17,7 @@ server {
include snippets/robots-disallow-all.conf; include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
error_page 404 /; error_page 404 /;
location = / { location = / {
add_header Content-Type "text/plain; charset=utf-8"; add_header Content-Type "text/plain; charset=utf-8";
......
...@@ -16,7 +16,7 @@ server { ...@@ -16,7 +16,7 @@ server {
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
include snippets/nextcloud-well-known.conf; include snippets/nextcloud-well-known.conf;
include snippets/activesync.conf; include snippets/activesync.conf;
include snippets/redirect-www.conf; include snippets/redirect-www.conf;
......
...@@ -16,7 +16,7 @@ server { ...@@ -16,7 +16,7 @@ server {
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
include snippets/nextcloud-well-known.conf; include snippets/nextcloud-well-known.conf;
include snippets/activesync.conf; include snippets/activesync.conf;
include snippets/redirect-www.conf; include snippets/redirect-www.conf;
......
...@@ -13,7 +13,7 @@ server { ...@@ -13,7 +13,7 @@ server {
listen 443 ssl http2; listen 443 ssl http2;
listen [::]:443 ssl http2; listen [::]:443 ssl http2;
server_name registry.shore.co.il; server_name registry.shore.co.il;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
location /v2/ { location /v2/ {
proxy_pass http://$registry:5000$request_uri; proxy_pass http://$registry:5000$request_uri;
......
...@@ -20,7 +20,7 @@ server { ...@@ -20,7 +20,7 @@ server {
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
include snippets/nextcloud-well-known.conf; include snippets/nextcloud-well-known.conf;
include snippets/activesync.conf; include snippets/activesync.conf;
include snippets/redirect-www.conf; include snippets/redirect-www.conf;
......
...@@ -16,7 +16,7 @@ server { ...@@ -16,7 +16,7 @@ server {
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
root /var/www/www.nehe.sr/; root /var/www/www.nehe.sr/;
error_page 404 /404.html; error_page 404 /404.html;
} }
...@@ -16,7 +16,7 @@ server { ...@@ -16,7 +16,7 @@ server {
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
root /var/www/www.nehe.sr/; root /var/www/www.nehe.sr/;
error_page 404 /404.html; error_page 404 /404.html;
} }
...@@ -21,7 +21,7 @@ server { ...@@ -21,7 +21,7 @@ server {
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl-legacy.conf;
root /var/www/www.shore.co.il/; root /var/www/www.shore.co.il/;
error_page 404 /; error_page 404 /;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment