Hello.
I tried to make CyberPanel appear under the Cloudflare proxy.
- Directed the domain data.secret.com to the server IP
- Disabled the proxy for data.secret.com
- Created a website data.secret.com
- Issued hostname_SSL for data.secret.com
- Got access to the panel at data.secret.com:8090
- Added settings to the httpd_config.conf file
extprocessor cyberpanel {
type proxy
address https://data.sercet.com:8090
maxConns 100
pcKeepAliveTimeout 60
initTimeout 60
retryTimeout 0
respBuffer 0
}
- Directed the domain panel.hosting.com to the server IP
- Disabled the proxy for panel.hosting.com
- Created a website panel.hosting.com
- Enabled proxy for panel.hosting.com
- Added Redirection
RewriteEngine On
REWRITERULE ^(.*)$ HTTP://cyberpanel/$1 [P]
- Got access to the panel at panel.hosting.com (under the Cloudflare proxy)
Will this setup work?
Will the automatic reissue of certificates work correctly?