Consolidate server blocks
This commit is contained in:
parent
453a374801
commit
95216b32c4
1 changed files with 1 additions and 6 deletions
|
@ -47,13 +47,8 @@ stream {
|
|||
|
||||
server {
|
||||
listen 443;
|
||||
proxy_pass {{ wireguard.clients.ingress.ip }}:8443;
|
||||
proxy_protocol on;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8448;
|
||||
proxy_protocol on;
|
||||
proxy_pass {{ wireguard.clients.ingress.ip }}:8443;
|
||||
proxy_protocol on;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue