1
0
mirror of synced 2025-12-17 04:52:15 +01:00

Delete hpessa directory

This commit is contained in:
d-two
2023-01-17 11:07:25 +01:00
committed by GitHub
parent 0f796da2b5
commit 2bd82d790d
22 changed files with 0 additions and 579 deletions

View File

@@ -1,14 +0,0 @@
server {
listen %%interface%%:%%port%% default_server;
include /etc/nginx/includes/server_params.conf;
include /etc/nginx/includes/proxy_params.conf;
location / {
allow 172.30.32.2;
deny all;
proxy_pass http://localhost:%%SSA_PORT%%/;
#proxy_pass http://backend%%ingress_entry%%/;
}
}