Do not allow disabled folders into Git, 4.

This commit is contained in:
2023-08-19 12:58:39 -07:00
parent dc711c4171
commit 1d8f3dd422
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
server {
listen 25;
if ($host = mail.thesovereign.one) {
proxy_pass thesovereign-mail;
}
}