Update launch_progress.html
This commit is contained in:
@@ -508,12 +508,13 @@ async function createProxyHost(domains, port, sslCertificateId) {
|
|||||||
forward_host: '192.168.68.124',
|
forward_host: '192.168.68.124',
|
||||||
forward_port: parseInt(port),
|
forward_port: parseInt(port),
|
||||||
ssl_forced: true,
|
ssl_forced: true,
|
||||||
caching_enabled: true,
|
caching_enabled: false,
|
||||||
block_exploits: true,
|
block_exploits: true,
|
||||||
allow_websocket_upgrade: true,
|
allow_websocket_upgrade: true,
|
||||||
http2_support: true,
|
http2_support: true,
|
||||||
hsts_enabled: true,
|
hsts_enabled: true,
|
||||||
hsts_subdomains: true,
|
hsts_subdomains: true,
|
||||||
|
certificate_id: sslCertificateId,
|
||||||
meta: {
|
meta: {
|
||||||
letsencrypt_agree: true,
|
letsencrypt_agree: true,
|
||||||
dns_challenge: false
|
dns_challenge: false
|
||||||
@@ -600,6 +601,12 @@ async function createProxyHost(domains, port, sslCertificateId) {
|
|||||||
<span class="badge bg-success">Forced</span>
|
<span class="badge bg-success">Forced</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>SSL Certificate</td>
|
||||||
|
<td>
|
||||||
|
<span class="badge bg-success">Using Certificate ID: ${sslCertificateId}</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Security Features</td>
|
<td>Security Features</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user