move sites to http, add stream proxies
This commit is contained in:
9
http/pve.conf
Normal file
9
http/pve.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name pve.tronnet.net;
|
||||
include snippets/ssl-acme.conf;
|
||||
location / {
|
||||
proxy_pass https://geigatron-0-pve.tn:8006;
|
||||
proxy_redirect default;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user