working nginx stream proxy
This commit is contained in:
7
nginx/stream.d/nextcloud-aio-talk.conf
Normal file
7
nginx/stream.d/nextcloud-aio-talk.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
server {
|
||||
access_log /var/log/nginx/nextcloud-aio-talk-access.log basic;
|
||||
resolver 1.1.1.1;
|
||||
listen {{ ansible_default_ipv4.address }}:3478;
|
||||
listen {{ ansible_default_ipv4.address }}:3478 udp;
|
||||
proxy_pass {{ nextcloud.domain }}:3478;
|
||||
}
|
||||
Reference in New Issue
Block a user