Do not allow disabled folders into Git.
This commit is contained in:
10
Config/ReverseProxy/config/disabled/mail.thesovereign.one
Normal file
10
Config/ReverseProxy/config/disabled/mail.thesovereign.one
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user