Skip to content

Commit 264bd02

Browse files
committed
use unpriv listen port
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
1 parent 05bac3a commit 264bd02

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docker/nginx.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ http {
2020
}
2121

2222
server {
23+
set_real_ip_from 10.244.0.0/16;
24+
set_real_ip_from fd00:23:42::/48;
25+
real_ip_header X-Envoy-External-Address;
26+
2327
include mime.types;
2428
access_log /dev/stdout;
25-
listen [::]:80 ipv6only=off;
29+
listen [::]:8080 ipv6only=off;
2630
proxy_redirect off;
2731
proxy_set_header Host $host;
2832
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)