Do not allow disabled folders into Git, 2.

This commit is contained in:
2023-08-19 12:48:32 -07:00
parent 96ac603a61
commit ff401d59ba
3 changed files with 0 additions and 37 deletions

View File

@@ -1,10 +0,0 @@
# 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;
}