We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i was trying to add anothe private ip address like this, location /dynamic { allow 127.0.0.1; allow 10.21.250.192; deny all; dynamic_upstream; }
it appears happen some error,
roger@roger-pc:~/project/openresty-1.11.2.1$ sudo /usr/local/openresty/nginx/sbin/nginx -c /home/roger/project/nginx.conf -t nginx: [emerg] invalid parameter "l0.21.250.192" in /home/roger/project/nginx.conf.:26 nginx: configuration file /home/roger/project/nginx.conf test failed
The text was updated successfully, but these errors were encountered:
l0.21.250.192
It looks like you input not 1 but l.
1
l
Sorry, something went wrong.
No branches or pull requests
when i was trying to add anothe private ip address like this,
location /dynamic {
allow 127.0.0.1;
allow 10.21.250.192;
deny all;
dynamic_upstream;
}
it appears happen some error,
roger@roger-pc:~/project/openresty-1.11.2.1$ sudo /usr/local/openresty/nginx/sbin/nginx -c /home/roger/project/nginx.conf -t
nginx: [emerg] invalid parameter "l0.21.250.192" in /home/roger/project/nginx.conf.:26
nginx: configuration file /home/roger/project/nginx.conf test failed
The text was updated successfully, but these errors were encountered: