Hi,
Yes it was because of selinux. it configured it and now working fine.thanks
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,256412,256415#msg-256415
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
On 03 Feb 2015, at 09:31, malintha wrote:
> My nginx configurations are as follows. I am going to connect running server
> UI from my machine through nginx.
>
> server {
> listen 443;
> server_name mgt.wso2bps.malintha.com;
> ssl on;
> ssl_certificate /etc/nginx/ssl/wso2bps.crt;
Hi,
My nginx configurations are as follows. I am going to connect running server
UI from my machine through nginx.
server {
listen 443;
server_name mgt.wso2bps.malintha.com;
ssl on;
ssl_certificate /etc/nginx/ssl/wso2bps.crt;
ssl_certificate_key /etc/nginx/ssl/wso2bps.key;