ipv6 migration
This commit is contained in:
11
nginx/stream.d/nextcloud-talk.conf
Normal file
11
nginx/stream.d/nextcloud-talk.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
access_log /var/log/nginx/nginx_stream_access.log basic;
|
||||
error_log /var/log/nginx/nginx_stream_error.log warn;
|
||||
|
||||
listen 3478;
|
||||
listen 3478 udp;
|
||||
listen [::]:3478;
|
||||
listen [::]:3478 udp;
|
||||
|
||||
proxy_pass 10.1.175.237:3478;
|
||||
}
|
||||
Reference in New Issue
Block a user