bkhayes
Basic Pleskian
So I'm not the greatest at this yet, but I know enough to be dangerous. A few months back I attempted to install nginx page speed modules but I believe I've ended up installing nginx twice (for lack of knowledge). I know nginx is running as my site is running purely on nginx and not Apache.
But when I run "nginx -t" I get an error:
unknown directive "ssl_protocols" in /etc/nginx/conf.d/ssl.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
But when I run: "nginx server status" I get "active (running)" in green.
When running "nginx -V" I get:
nginx version: nginx/1.4.4
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
configure arguments: --add-module=/usr/local/nginx/modules/ngx_pagespeed-1.7.30.3-beta --prefix=/usr/local/nginx --sbin-path=/usr/local/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx
Something feels off even though the server is running fine. Can someone help to enlighten me on how to get back to to the defaults or guide me in a path toward getting pagespeed modules to function with nginx?
Thank you!
But when I run "nginx -t" I get an error:
unknown directive "ssl_protocols" in /etc/nginx/conf.d/ssl.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
But when I run: "nginx server status" I get "active (running)" in green.
When running "nginx -V" I get:
nginx version: nginx/1.4.4
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
configure arguments: --add-module=/usr/local/nginx/modules/ngx_pagespeed-1.7.30.3-beta --prefix=/usr/local/nginx --sbin-path=/usr/local/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx
Something feels off even though the server is running fine. Can someone help to enlighten me on how to get back to to the defaults or guide me in a path toward getting pagespeed modules to function with nginx?
Thank you!