<div dir="ltr">Hi.<div><br></div><div>I'm looking to deploy ASpace using NGIX as a proxy to present the various apps on port 80.</div><div>For example:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);font-size:14px;line-height:20px">proxy port 8080 to <a href="http://archivesspace-staff.example.org">archivesspace-staff.example.org</a>     to port 80</span></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);font-size:14px;line-height:20px">proxy port 8081 to <a href="http://archivesspace-public.example.org">archivesspace-public.example.org</a> </span><span style="color:rgb(51,51,51);font-size:14px;line-height:20px"> to </span><span style="color:rgb(51,51,51);font-size:14px;line-height:20px">port 80</span></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);font-size:14px;line-height:20px">proxy port 8089 to <a href="http://archivesspace-api.example.org">archivesspace-api.example.org</a> </span><span style="color:rgb(51,51,51);font-size:14px;line-height:20px">      to </span><span style="color:rgb(51,51,51);font-size:14px;line-height:20px">port 80</span></font></div></blockquote><div><span style="color:rgb(51,51,51);font-size:14px;line-height:20px"><font face="monospace, monospace"><br></font></span></div><div><font color="#333333"><span style="font-size:14px;line-height:20px"><font face="Arial, sans-serif">I'm interested in what the consequences are of leaving the boilerplate setup in </font><font face="monospace, monospace">config.rb</font><font face="Arial, sans-serif"> would be?</font></span></font></div><div><font color="#333333"><span style="font-size:14px;line-height:20px"><font face="Arial, sans-serif">It was this section that caught my attention:</font></span></font></div><div><font color="#333333"><span style="font-size:14px;line-height:20px"><font face="Arial, sans-serif"><br></font></span></font></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font color="#333333"><div><span style="line-height:20px"><font face="monospace, monospace">## Proxy URLs</font></span></div></font></div><div><font color="#333333"><div><span style="line-height:20px"><font face="monospace, monospace">## If you are serving user-facing applications via proxy</font></span></div></font></div><div><font color="#333333"><div><span style="line-height:20px"><font face="monospace, monospace">## (i.e., another domain or port, or via https, or for a prefix) it is</font></span></div></font></div><div><font color="#333333"><div><span style="line-height:20px"><font face="monospace, monospace">## recommended that you record those URLs in your configuration</font></span></div></font></div><div><font color="#333333"><div><span style="line-height:20px"><font face="monospace, monospace">#AppConfig[:frontend_proxy_url] = proc { AppConfig[:frontend_url] }</font></span></div></font></div><div><font color="#333333"><div><span style="line-height:20px"><font face="monospace, monospace">#AppConfig[:public_proxy_url] = proc { AppConfig[:public_url] }</font></span></div></font></div></blockquote><div><font color="#333333"><div style="font-family:Arial,sans-serif;font-size:14px;line-height:20px"><br></div><div style="font-family:Arial,sans-serif;font-size:14px;line-height:20px"><br></div></font></div></div>