mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 09:02:27 +00:00
Strings must use singlequote quotes
This commit is contained in:
parent
5dbb0b921e
commit
145fe2d24f
@ -235,7 +235,7 @@ const internalNginx = {
|
||||
|
||||
|
||||
if ( nice_host_type === 'proxy_host' ) {
|
||||
let listen_ports = [];
|
||||
let listen_ports = [];
|
||||
host.domain_names.map( function (domain_name) {
|
||||
if ( domain_name.indexOf(':') > 0 ){
|
||||
listen_ports.push(parseInt(domain_name.substring(domain_name.indexOf(':')+1)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user