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
Senan Kelly edited this page Nov 8, 2022
·
3 revisions
gonic supports a proxy-prefix config file option, env var, or command line argument
for example with GONIC_PROXY_PREFIX=gonic
nginx
location/gonic/ {
proxy_pass http://localhost:4747/;
# set "Secure" cookie if using HTTPSproxy_cookie_path / "/; Secure";
# set "X-Forwarded-Host" header for last.fm connection callbackproxy_set_header X-Forwarded-Host $host;
}