Do not allow disabled folders into Git.

This commit is contained in:
2023-08-19 12:47:44 -07:00
parent ec80af1bb2
commit 96ac603a61
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 2023-07-11 Hyperling
# Seeing if port forwarding allows listen and server_name directives and allows mail reverse proxy without auth server.
server {
listen 25;
server_name mail.thesovereign.one;
proxy_pass thesovereign-smtp;
}