skip to Main Content

CWP: SSL + WebSocket + Ngnix – CentOS

My CentOS 7 + CWP panel configured as: Nginx & Apache Additional Options: php-cgi/suphp, nginx/php-fpm, apache/php-fpm, proxy HTTP: Nginx (80) --> Apache (8181) HTTPS: Nginx (443) --> Apache (8181) I want to run a WebSocket application that using localhost address…

VIEW QUESTION

can't isntall NGINX in a centOS7

can you help me with this? I'm trying to create a container with a centOS 7 and running on it nginx and PHP. this is my dockerfile: FROM remote-host COPY ./conf/nginx.repo /etc/yum.repos.d/nginx.repo RUN yum -y install nginx-1.12.2 --enablerepo=nginx && yum…

VIEW QUESTION
Back To Top
Search