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 May 1, 2020. It is now read-only.
however, when trying to access the local IP, I am still being redirected to the external domain name. What condition should prevent it from redirecting?
Sorry, my rebuild of the package after making this change had failed in a strange way that I didn't notice,
which restored the apache config files to what they had been before the change. It is working now:
curl http://10.100.100.12
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>301 Moved Permanently</title></head><body><h1>Moved Permanently</h1><p>The document has moved <a href="https://10.100.100.12">here</a>.</p><hr><address>Apache/2.4.10 (Debian) Server at 10.100.100.12 Port 80</address></body></html>
to your server's hosts file?
Then you can still use https://sgdata.motus.org but the request will route via the local network.
Or are you hoping to avoid using https altogether? If so, how secure is the local network?
Are other machines hosted by kwic on the same subnet, or is 10.100.100.x only for motus?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
courtesy of @denislepage:
Fix
HOST
componentThe text was updated successfully, but these errors were encountered: