mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix: apache vhost config
This commit is contained in:
@@ -546,6 +546,8 @@ class ApacheVhost:
|
||||
|
||||
finalConfPath = ApacheVhost.DecidePHPPath(php, virtualHostName)
|
||||
|
||||
logging.writeToFile(f'apache php final path: {finalConfPath}')
|
||||
|
||||
confFile = open(finalConfPath, "w+")
|
||||
currentConf = vhostConfs.phpFpmPool
|
||||
currentConf = currentConf.replace('{www}', externalApp)
|
||||
|
||||
Reference in New Issue
Block a user