1611 shaares
17 private links
17 private links
4 results
tagged
nginx
MyApp->config(using_frontend_proxy => 1);
An easy-to-use secure configuration generator for web, database, and mail software
<VirtualHost example.com:*>
ProxyPreserveHost On
ProxyPass /api http://localhost:3000/
ProxyPassReverse /api http://localhost:3000/
ServerName localhost
</VirtualHost>