nginx/sites/pve.conf
Arthur Lu 8ec95a3b1b consolidate ssl-params and proxy_params
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-27 15:47:27 -07:00

9 lines
173 B
Plaintext

server {
listen 443 ssl http2;
server_name pve.tronnet.net;
include /etc/nginx/snippets/ssl-acme.conf;
location / {
proxy_pass https://geigatron-0-pve.tn:8006;
}
}