diff options
| author | crupest <crupest@outlook.com> | 2024-11-04 00:18:19 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2024-11-04 00:18:19 +0800 | 
| commit | 3acef776a08a7314bc5bd3888ea3068dcc83837c (patch) | |
| tree | 03948a1907c58d04b7cf5049439e7f7f86f9b4c0 | |
| parent | c699d400208d81430cf03b8d1fcd46a0a1eef19b (diff) | |
| download | crupest-3acef776a08a7314bc5bd3888ea3068dcc83837c.tar.gz crupest-3acef776a08a7314bc5bd3888ea3068dcc83837c.tar.bz2 crupest-3acef776a08a7314bc5bd3888ea3068dcc83837c.zip | |
feat(roundcubemail): remove cert-only for mail.
| -rw-r--r-- | template/nginx/server.json | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/template/nginx/server.json b/template/nginx/server.json index 183bd77..b2655e2 100644 --- a/template/nginx/server.json +++ b/template/nginx/server.json @@ -30,10 +30,6 @@              "type": "redirect",              "subdomain": "github",              "url": "https://github.com/crupest" -        }, -        { -            "type": "cert-only", -            "subdomain": "mail"          }      ]  } | 
