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
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
John Furrow edited this page May 20, 2018
·
12 revisions
In order to use Flood behind a reverse proxy, you must be sure to forward all requests to Flood's node server.
Served from a nested route
Often people want to expose multiple web applications with a single nginx config. This is possible using Flood's baseURI option and nginx's proxy_pass.
In the following configuration example, let's assume Flood is running at 127.0.0.1:3000, and that you would like to serve Flood from nested route /flood (e.g. https://some-domain.com/flood).