Skip to content

Commit 611a04f

Browse files
Add Litespeed/OLS admin port to default allowed
Add Litespeed/OLS admin port to default allowed https://feedback.cyberpanel.net/b/requests/p/openlitespeed-port-in-cyberpanel-from-core-install
1 parent 5b8b64b commit 611a04f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,7 @@ def installFirewalld(self):
13361336
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
13371337

13381338
FirewallUtilities.addRule("tcp", "8090")
1339+
FirewallUtilities.addRule("tcp", "7080")
13391340
FirewallUtilities.addRule("tcp", "80")
13401341
FirewallUtilities.addRule("tcp", "443")
13411342
FirewallUtilities.addRule("tcp", "21")

0 commit comments

Comments
 (0)