mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-15 17:04:27 +00:00
Compare commits
No commits in common. "df48b835c4401d88fa4317d7093e6d7f74fbb088" and "a6af5ec2c760b3906164a1f4bf1529335938bb0a" have entirely different histories.
df48b835c4
...
a6af5ec2c7
@ -12,11 +12,7 @@ Model.knex(db);
|
||||
|
||||
const boolFields = [
|
||||
'is_deleted',
|
||||
'ssl_forced',
|
||||
'http2_support',
|
||||
'enabled',
|
||||
'hsts_enabled',
|
||||
'hsts_subdomains',
|
||||
];
|
||||
|
||||
class DeadHost extends Model {
|
||||
|
@ -8,8 +8,8 @@ const now = require('./now_helper');
|
||||
Model.knex(db);
|
||||
|
||||
const boolFields = [
|
||||
'is_deleted',
|
||||
'enabled',
|
||||
'is_deleted',
|
||||
'tcp_forwarding',
|
||||
'udp_forwarding',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user