You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
Get rid of all internal download.files to get files from the system, in case that loopback connections are blocked by a firewall, or the server runs on another port.
Temporary fix:
sudo a2ensite 000-default
sudo iptables -A INPUT -p tcp --dport 80 -i lo -j ACCEPT
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Get rid of all internal download.files to get files from the system, in case that loopback connections are blocked by a firewall, or the server runs on another port.
Temporary fix:
The text was updated successfully, but these errors were encountered: