This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Information / Re: Storage log, config nginx & apache ()
« on: January 17, 2018, 11:49:22 PM »Hello,
probably in the future it will be changed but it is not a current plan.
Hi Igor, I think is very reasonable suggestion & is more comfortable for debug & conf file storage.
2
SSL / Re: Secure CWP Admin Panel Port 2031
« on: January 17, 2018, 11:41:36 PM »I was able to secure the Panel with /usr/local/cwpsrv/conf/cwpsrv.conf
and then replacing the contents of
ssl_certificate /etc/pki/tls/certs/hostname.crt;
ssl_certificate_key /etc/pki/tls/private/hostname.key;
With the SSL , CA and Key
But how do I redirect from port 2030 too port 2031 and to https
Thank you
Hi there,
server {
listen 2030;
listen 2086;
server_name localhost;
#add this line
return 301 https://$host:2031$request_uri;
in /usr/local/cwpsrv/conf/cwpsrv.conf file and reboot nginx
3
Information / Re: not able to open the admin panel
« on: December 25, 2017, 06:19:45 PM »
I have the same problem right now, is there some one who can help with this ?
http://prntscr.com/hs500z
http://prntscr.com/hs500z
Pages: [1]