This repo contains the NGINX web server for the Skynet Webportals.
Use this variable to redirect traffic coming to account.<PORTAL_DOMAIN> subdomain. The redirect will be active in two scenarios:
- Whenever
ACCOUNTS_REDIRECT_URLis not empty - Whenever
accountsmodule is disabled on your portal (in this case, ifACCOUNTS_REDIRECT_URLis not configured, users will be redirected toPORTAL_DOMAINby default).
This redirect will use HTTP status code 302 (temporary) by default. Use ACCOUNTS_REDIRECT_STATUS_CODE variable to customize this behavior.
Use this variable to configure the HTTP status code used for redirections described in ACCOUNTS_REDIRECT_URL variable.