mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
Merge branch 'v2.3.5-dev' of https://github.com/usmannasir/cyberpanel into v2.3.5-dev
This commit is contained in:
@@ -527,7 +527,7 @@ def Main():
|
|||||||
"adminPassword": 'testdbwp',
|
"adminPassword": 'testdbwp',
|
||||||
"adminEmail": 'usman@cyberpersons.com',
|
"adminEmail": 'usman@cyberpersons.com',
|
||||||
"htaccessPath": '/home/docker.cyberpanel.net/public_html/.htaccess',
|
"htaccessPath": '/home/docker.cyberpanel.net/public_html/.htaccess',
|
||||||
"externalApp": 'docke3339',
|
"externalApp": 'docke8463',
|
||||||
"docRoot": "/home/docker.cyberpanel.net"
|
"docRoot": "/home/docker.cyberpanel.net"
|
||||||
}
|
}
|
||||||
ds = Docker_Sites(data)
|
ds = Docker_Sites(data)
|
||||||
|
|||||||
@@ -184,8 +184,15 @@
|
|||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input ng-model="apacheBackend" type="checkbox" value="">
|
{% if test_domain_data %}
|
||||||
Apache as Reverse Proxy (Beta, for Ubuntu 22 and AlmaLinux 8)
|
<input ng-model="apacheBackend" type="checkbox" value="">
|
||||||
|
Apache as Reverse Proxy (Beta, for Ubuntu 22 and AlmaLinux 8)
|
||||||
|
{% else %}
|
||||||
|
<input ng-model="apacheBackend" type="checkbox" value="" disabled>
|
||||||
|
OpenLiteSpeed + Apache (Backend) (For Ubuntu 22 and AlmaLinux 8) -
|
||||||
|
<strong><a href="https://go.cyberpanel.net/ApacheRev">Premium Feature</a> <i
|
||||||
|
class="p fa fa-external-link btn-icon"> </i></strong>
|
||||||
|
{% endif %}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -157,7 +157,6 @@
|
|||||||
<input ng-model="apacheBackend" type="checkbox" value="">
|
<input ng-model="apacheBackend" type="checkbox" value="">
|
||||||
OpenLiteSpeed + Apache (Backend) (For Ubuntu 22 and AlmaLinux 8)
|
OpenLiteSpeed + Apache (Backend) (For Ubuntu 22 and AlmaLinux 8)
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<input ng-model="apacheBackend" type="checkbox" value="" disabled>
|
<input ng-model="apacheBackend" type="checkbox" value="" disabled>
|
||||||
OpenLiteSpeed + Apache (Backend) (For Ubuntu 22 and AlmaLinux 8) - <strong><a href="https://go.cyberpanel.net/ApacheRev">Premium Feature</a> <i class="p fa fa-external-link btn-icon"> </i></strong>
|
OpenLiteSpeed + Apache (Backend) (For Ubuntu 22 and AlmaLinux 8) - <strong><a href="https://go.cyberpanel.net/ApacheRev">Premium Feature</a> <i class="p fa fa-external-link btn-icon"> </i></strong>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user