Skip to content

Proxy protocol Support #4660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Prev Previous commit
Next Next commit
Update proxy_host.js
  • Loading branch information
Iaotle authored Jul 1, 2025
commit cf4965c03e0146cfa26cc02c987046291ae9593f
1 change: 1 addition & 0 deletions backend/models/proxy_host.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const boolFields = [
'enabled',
'hsts_enabled',
'hsts_subdomains',
'enable_proxy_protocol'
];

class ProxyHost extends Model {
Expand Down