diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-09 02:40:33 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-09 02:40:33 +0100 |
| commit | 7296e3884fd4511729c18db7db257afee00eec2a (patch) | |
| tree | 0f8bbdac9c8bc35d6e9aa5c64938861fa9f0d9c3 /htroot/Status.html | |
| parent | 042c2868dff4ee8924a81e2c239e868920b3622c (diff) | |
Switched even more URLs to pure relative ones.
Thus a YaCy peer can run behind a reverse proxy subfolder without need
for the reverse proxy to rewrite HTML links (a CPU costly operation).
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/Status.html')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 9db8e3c05..0be0c3820 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - #(forwardToConfigBasic)#::<meta http-equiv="REFRESH" content="0; url=/ConfigBasic.html" />#(/forwardToConfigBasic)# + #(forwardToConfigBasic)#::<meta http-equiv="REFRESH" content="0; url=ConfigBasic.html" />#(/forwardToConfigBasic)# <title>YaCy '#[clientname]#': Console Status</title> #%env/templates/metas.template%# <script type="text/javascript"> |
