Custom configuration

Adnan RIHAN adnan at rihan.fr
Wed Mar 28 23:07:36 UTC 2012


@Cliff: Here is the customer's vhost:  

> root at shadow [/etc/cpnginx/custom]# cat /usr/local/nginx/conf/vhost.conf | grep domain.com
> ########### Vhost configuration of  mega-sound.be
> server_name  domain.com www.domain.com;
> access_log /usr/local/apache/domlogs/domain.com;
>         proxy_redirect  http://www.domain.com:8888   http://www.mega-sound.be;
>         proxy_redirect  http://domain.com:8888   http://domain.com;
>         proxy_redirect  http://domain.com:8888   http://domain.com;
> include "/etc/cpnginx/custom/domain.com";




@locojohn: Here is the custom file:

> root at shadow [/etc/cpnginx/custom]# cat domain.com  
> location ~ /(?<filename>(?!/).+\.mp3)$ {
> types {
> application/octet-stream mp3;
> }
> add_header Content-Disposition "attachment; filename=\"$filename\"";
> }




@locojohn: I'm using your custom config :/ . Plus, here is my nginx -V:

> root at shadow [/etc/cpnginx/custom]# /usr/local/nginx/sbin/nginx -V
> nginx version: nginx/1.0.11
> built by gcc 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC)  
> configure arguments: --prefix=/usr/local/nginx --with-openssl=/usr/


When I access a .mp3, here is the answer:

> HTTP/1.1 200 OK
> Server: nginx
> Date: Wed, 28 Mar 2012 23:06:25 GMT
> Content-Type: audio/mpeg
> Content-Length: 8976405
> Last-Modified: Mon, 26 Mar 2012 18:50:14 GMT
> Connection: keep-alive
> Expires: Thu, 29 Mar 2012 23:06:25 GMT
> Cache-Control: max-age=86400
> Accept-Ranges: bytes


  
Thank you for your help.


---
Cordialement, Adnan RIHAN.
Président-Fondateur de l'association (de loi 1901) Virtual-Info (http://www.virtual-info.info/), hébergeur Web et Serveurs de Jeux.
Consultant (http://rihan.fr/)-Technicien Supérieur en Informatique de Gestion.
Ambassadeur Qt (http://lyt.me/7E) (Projet Tag-PG (http://rihan.fr/fr/projets/tagpg)).


Le jeudi 29 mars 2012 à 00:57, locojohn a écrit :

> > Sorry but, what do you mean? Isn't "headers" a standard module ? How
>  
> to check the compiled modules please ?
>  
> nginx -V
>  
> Try my solution, it works for me.  
>  
> Andrejs
>  
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,224499,224582#msg-224582
>  
> _______________________________________________
> nginx mailing list
> nginx at nginx.org (mailto:nginx at nginx.org)
> http://mailman.nginx.org/mailman/listinfo/nginx
>  
>  


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120329/76eccffe/attachment.html>


More information about the nginx mailing list