From 362bdf257cd0cf97444ef1dbaaf2a3d3eb3dbaa3 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 3 Jan 2025 15:01:53 -0800 Subject: [PATCH] use pve-head lookup for pve proxy --- http/pve.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/pve.conf b/http/pve.conf index aceaeb9..a47c0ca 100644 --- a/http/pve.conf +++ b/http/pve.conf @@ -3,7 +3,7 @@ server { server_name pve.tronnet.net; include snippets/ssl-acme.conf; location / { - proxy_pass https://geigatron-0-pve.tn:8006; + proxy_pass https://pve-head.tn:8006; proxy_redirect default; } }