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

Use the modern SSL configuration.

parent 9f2c0f91
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ server {
include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf;
include snippets/security-txt.conf;
include snippets/ssl-legacy.conf;
include snippets/ssl-modern.conf;
location / {
......
......@@ -18,7 +18,7 @@ server {
include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf;
include snippets/security-txt.conf;
include snippets/ssl-legacy.conf;
include snippets/ssl-modern.conf;
# The following was copied (and modified) from
# https://www.collaboraoffice.com/code/nginx-reverse-proxy/.
......
......@@ -18,7 +18,7 @@ server {
include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf;
include snippets/security-txt.conf;
include snippets/ssl-legacy.conf;
include snippets/ssl-modern.conf;
location / {
proxy_pass http://$git$request_uri;
......
......@@ -18,7 +18,7 @@ server {
include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf;
include snippets/security-txt.conf;
include snippets/ssl-legacy.conf;
include snippets/ssl-modern.conf;
location / {
proxy_pass http://$lam$request_uri;
......
......@@ -18,7 +18,7 @@ server {
include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf;
include snippets/security-txt.conf;
include snippets/ssl-legacy.conf;
include snippets/ssl-modern.conf;
include snippets/nextcloud-well-known.conf;
location / {
......
......@@ -18,7 +18,7 @@ server {
include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf;
include snippets/security-txt.conf;
include snippets/ssl-legacy.conf;
include snippets/ssl-modern.conf;
location / { return 301 https://$host/SOGo/; }
location /SOGo { return 301 https://$host/SOGo/; }
......
......@@ -18,7 +18,7 @@ server {
include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf;
include snippets/security-txt.conf;
include snippets/ssl-legacy.conf;
include snippets/ssl-modern.conf;
location / {
proxy_pass http://$vouch:9090;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment