Skip to content

Commit

Permalink
Enable access SSL admin port remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir authored Oct 16, 2023
1 parent 998c45b commit 2be7452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rhel9-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Environment=LAUNCH_JBOSS_IN_BACKGROUND=1
User=${WILDFLY_USER}
LimitNOFILE=102642
PIDFile=/run/wildfly.pid
ExecStart=${WILDFLY_USER_HOME}/current/bin/standalone.sh -b ${WILDFLY_BIND_ADDRESS} -Djboss.https.port=${WILDFLY_HTTPS_PORT}
ExecStart=${WILDFLY_USER_HOME}/current/bin/standalone.sh -b ${WILDFLY_BIND_ADDRESS} -bmanagement ${WILDFLY_BIND_ADDRESS} -Djboss.https.port=${WILDFLY_HTTPS_PORT}
StandardOutput=null
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 2be7452

Please sign in to comment.