You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`&` is required to make sure that both applications are running in parallel.
98
98
99
+
To stop all servers,
100
+
101
+
```
102
+
$ pkill app.cgi
103
+
```
104
+
99
105
## Access application from browser
100
106
101
107
Open `http://myapp.fano` you should see main controller is invoked. There is no visual indication compare to application running without load balancer.
0 commit comments