We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbeb4f5 commit 7f2552dCopy full SHA for 7f2552d
backend/internal/nginx.js
@@ -234,7 +234,7 @@ const internalNginx = {
234
host.ipv6 = internalNginx.ipv6Enabled();
235
236
let listen_ports = [];
237
- if(nice_host_type === 'proxy_host'){
+ if ( nice_host_type === 'proxy_host' ) {
238
host.domain_names.map(function (domain_name) {
239
if ( domain_name.indexOf(":") > 0 ){
240
listen_ports.push(parseInt(domain_name.substring(domain_name.indexOf(":")+1)));
0 commit comments