mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-13 04:18:47 +00:00
Finalizes SSL Passthrough hosts
This commit is contained in:
@@ -174,7 +174,7 @@ const setupLogrotation = () => {
|
||||
* @returns {Promise}
|
||||
*/
|
||||
const setupSslPassthrough = () => {
|
||||
return internalNginx.configure(passthroughHostModel, 'ssl_passthrough_host', {}).then(() => internalNginx.reload());
|
||||
return internalNginx.configure(passthroughHostModel, 'ssl_passthrough_host', {});
|
||||
};
|
||||
|
||||
module.exports = function () {
|
||||
|
Reference in New Issue
Block a user