fixing nginx redirector site config

This commit is contained in:
n0mad1k
2025-05-13 22:21:24 -04:00
parent 25e08aa8f4
commit 938ddb93a1
3 changed files with 160 additions and 110 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stream {
# HTTPS for Havoc
server {
listen {{ havoc_https_port | default(443) }};
listen {{ havoc_https_port | default(8443) }};
proxy_pass {{ c2_ip }}:{{ havoc_https_port | default(443) }};
}
}