Hosts a proxy for the backend and frontend on http://localhost:3255
- nginx
Add the following to your nginx configuration file within your http block:
http {
# ...
include <pwd>/nginx.conf;
include <pwd>/mime.types;
}
Make sure nginx (group nginx
or www-data
) has read access to the file.