RE: Problems with nginx-extras on Debian Wheezy

2014-12-16 Thread ST
good people from the IRC channel (thresh) solved the problem: I was copy/pasting the config lines from GoogleDocs and it seemingly has problematic chars for spaces which nginx didn't like... Thank you! > Hi, > I have installed nginx-extras on Debian Wheezy. nginx -V shows: > --with-http_mp4_modul

Problems with nginx-extras on Debian Wheezy

2014-12-16 Thread ST
Hi, I have installed nginx-extras on Debian Wheezy. nginx -V shows: --with-http_mp4_module , but if I write mp4; in location / {} it says on restart: nginx: [emerg] unknown directive " mp4" . the same with ssl_protocols directive which I put in nginx.conf - http {} ... Why? Here some