diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-12 15:54:35 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-12 15:54:35 +0100 |
| commit | 812abfc868c8e8785ea1ccfefa328397a2e4f549 (patch) | |
| tree | c90b58cb659e6617fd28eeb1076798b60109cfed /htroot/WatchWebStructure_p.html | |
| parent | 74fec066f43726146e4a7bf2131cc21c25e884fa (diff) | |
Converted one more set of URLs to pure relative ones.
Easier YaCy peer configuration behind a reverse proxy subfolder : no
need for the reverse proxy to rewrite HTML links or URLs in css files.
Tested on Debian Jessie with an apache2 reverse proxy.
See related mantis issues http://mantis.tokeek.de/view.php?id=106 and
http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index c53ace48d..0f92784d4 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -51,7 +51,7 @@ }); </script> -<div id="api"><a href="/api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> +<div id="api"><a href="api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> <span> The data that is visualized here can also be retrieved in a XML file, which lists the reference relation between the domains. With a GET-property 'about' you get only reference relations about the host that you give in the argument field for 'about'. |
