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
local install IP address blocked by policy . The hostname of the origin is unresolvable (DNS) or blocked by policy.
The text was updated successfully, but these errors were encountered:
By default, access to loopback, link-local, multicast and private IP addresses is denied.
images/ngx_conf/nginx.conf
Lines 119 to 133 in 4133e2f
For self-hosted instances, you can remove those weserv_deny_ip nginx directives from your nginx.conf. For example, in Docker:
weserv_deny_ip
nginx.conf
# Usage: # docker build -t weserv/images . # docker run -d -p 8080:80 --shm-size=1gb --name=weserv weserv/images FROM ghcr.io/weserv/images:5.x RUN sed -i '/weserv_deny_ip/d' /etc/nginx/nginx.conf
Sorry, something went wrong.
Thank you so much
No branches or pull requests
local install
IP address blocked by policy .
The hostname of the origin is unresolvable (DNS) or blocked by policy.
The text was updated successfully, but these errors were encountered: