GreenGecko Wrote:
---
> answering my own question. If any of the files are missing, it returns
> a
> 404.
Hello,
I've never used nginx-http-concat, but you can disable this behavior with
"concat_ignore_file_error on". Found in the doc:
https:/
Gah...
On 08/26/2016 01:31 PM, steve wrote:
I know this is a bit off topic, but has anyone got this module to work?
I have added
concat_typestext/css application/x-javascript application/javascript;
to nginx.conf, scope http
added
location /css/ {
concat on;
concat_max_files 30
I know this is a bit off topic, but has anyone got this module to work?
I have added
concat_typestext/css application/x-javascript application/javascript;
to nginx.conf, scope http
added
location /css/ {
concat on;
concat_max_files 30;
}
to the server config and the code contai