Skip to content
Frode Børli edited this page Feb 2, 2015 · 2 revisions

If you're unable to access your application server, you should first see if the application server is actually running by inspecting the output from the vendor/bin/fubber-reactor command.

If you're running Fubber Reactor on a different server, you will not be able to access it at the localhost domain name. To configure another domain name simply edit (or create) the fubber-reactor.json file in the same folder as composer.json. The following file is a good example file:

{
    "http": {
        "host": "example.com",
        "port": 1337
    }
}

Change the value of the http.host and http.port as needed. You may alternatively use an IP-address instead of a host name in http.host.

Clone this wiki locally