From bc8c5acb66ec6bbe0de93dd4fb049bf4cfe368c1 Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Tue, 16 Feb 2016 16:07:00 +0100 Subject: [PATCH] Update configuration.md --- configuration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/configuration.md b/configuration.md index f04976bf5..210977b89 100644 --- a/configuration.md +++ b/configuration.md @@ -62,6 +62,22 @@ By default, XO-server will try to contact Redis server on `localhost`, with the uri: 'tcp://db:password@hostname:port' ``` +### Proxy for XenServer updates and patches + +To check if your hosts are up-to-date, we need to access `http://updates.xensource.com/XenServer/updates.xml`. + +And to download the patches, access to `http://support.citrix.com/supportkc/filedownload?`. + +To do that behind a corporate proxy, just add the `httpProxy` variable to fit in your current proxy configuration. + +```yaml +# HTTP proxy configuration used by xo-server to fetch resources on the Internet. +# +# See: https://github.com/TooTallNate/node-proxy-agent#maps-proxy-protocols-to-httpagent-implementations + +#httpProxy: 'http://jsmith:qwerty@proxy.lan:3128' +``` + ### Log file On XOA, the log file for XO-server is in `/var/log/syslog`. It contains all the server information returned and can be a real help when you have trouble. \ No newline at end of file