Skip to content

Commit 7f2552d

Browse files
author
xialj
committed
formatting nginx.js
1 parent bbeb4f5 commit 7f2552d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/nginx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const internalNginx = {
234234
host.ipv6 = internalNginx.ipv6Enabled();
235235

236236
let listen_ports = [];
237-
if(nice_host_type === 'proxy_host'){
237+
if ( nice_host_type === 'proxy_host' ) {
238238
host.domain_names.map(function (domain_name) {
239239
if ( domain_name.indexOf(":") > 0 ){
240240
listen_ports.push(parseInt(domain_name.substring(domain_name.indexOf(":")+1)));

0 commit comments

Comments
 (0)