mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
@@ -95,7 +95,7 @@ class AccessList extends Model {
|
||||
}
|
||||
|
||||
get passauth() {
|
||||
return this.pass_auth ? 'proxy_set_header Authorization "";' : '';
|
||||
return this.pass_auth ? '' : 'proxy_set_header Authorization "";';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user