We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b78ab1 commit 81855c2Copy full SHA for 81855c2
docker/nginx/config/default.conf.template
@@ -2,8 +2,6 @@ upstream host_service {
2
server backend:8081;
3
}
4
5
-worker_rlimit_nofile 10000;
6
-
7
map $remote_addr $remote_addr_anon {
8
~(?P<ip>\d+\.\d+\.\d+)\. $ip.0;
9
~(?P<ip>[^:]+:[^:]+): $ip::;
0 commit comments