Hi all, I just moved my buildbot into my production server but now the web interface is not working. Firefox dev tools says (this might be one of the issues): Firefox can't establish a connection to the server at ws://buildbot.linki.tools/ws
So I assume I made some mistake setting up apache proxy. I am certainly not an expert with http servers so bear with me: <VirtualHost *:80> ServerName buildbot.linki.tools ServerAdmin [email protected] ProxyRequests Off ProxyVia Off <Proxy *> Require all granted </Proxy> ProxyPass / http://localhost:8010/ ProxyPassReverse / http://localhost:8010/ </VirtualHost> Am I missing something? How have been people deploying buildbot in production? Kind regards, -- Paulo Matos _______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
