noosfero | Fix Prod Docker (!1673)

Arthur Diniz gitlab at mg.gitlab.com
Mon Apr 22 11:30:58 BRT 2019




Arthur Diniz commented on a discussion on config/docker/prod/templates/nginx.template: https://gitlab.com/noosfero/noosfero/merge_requests/1673#note_162926055

> +      expires max;    
> +      add_header Cache-Control public;     
> +      
> +      add_header Last-Modified "";    
> +      add_header ETag "";    
> +      break;  
> +   } 
> +  
> +   # send non-static file requests to the app server  
> +   location / {    
> +      try_files $uri $uri.html @rails;  
> +   }   
> +   location @rails {    
> +      #proxy_set_header X-Real-IP $remote_addr;    
> +      #proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;         
> +      #proxy_set_header Host $http_host;    

I found the bug and fix it on 399ade171e48a92ef8cf8f7b018b0063e3628445. Thanks for the report!

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1673#note_162926055
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20190422/7ed68cfa/attachment.html>


More information about the Noosfero-dev mailing list