mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
* Configure trusted proxies * Fix tenant signup route not working * Use HTTP_X_FORWARDED_HOST if present * Update reserved subdomains
14 lines
169 B
Ruby
14 lines
169 B
Ruby
RESERVED_SUBDOMAINS = [
|
|
'login',
|
|
'docs',
|
|
'demo',
|
|
'astuto',
|
|
'playground',
|
|
'showcase',
|
|
'help',
|
|
'admin',
|
|
'logs',
|
|
'dashboard',
|
|
'analytics',
|
|
'cname'
|
|
] |