diff options
author | Kablersalat <crt@adastra7.net> | 2025-03-19 01:19:42 +0100 |
---|---|---|
committer | Kablersalat <crt@adastra7.net> | 2025-03-19 01:19:42 +0100 |
commit | 3803db43e50d29438e7017c6cc0777b70aace13f (patch) | |
tree | 97a6c0c6f08436ff5a927f3fc7d6c68dcd045334 | |
parent | b4a0a4fafd184114a74cee42402591dfa11ba7e5 (diff) |
oopsie number2
-rw-r--r-- | config/nginx-emailproxy.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/nginx-emailproxy.conf b/config/nginx-emailproxy.conf index 60ac318..8e40381 100644 --- a/config/nginx-emailproxy.conf +++ b/config/nginx-emailproxy.conf @@ -1,4 +1,3 @@ -crt@tc-rafisa-eproxy ~/helper-emailproxy (main)> cat /etc/nginx/conf.d/emailproxy-ui.conf server { listen 8080; server_name _; @@ -21,4 +20,4 @@ server { location ~ /\.ht { deny all; } -}
\ No newline at end of file +} |