Hi.
Am 02-08-2016 20:49, schrieb itpp2012:
Sounds like this add-on: https://github.com/alibaba/nginx-http-concat
Really!
@OT: Why not just use one line per css file?!
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,268683,268699#msg-268699
> Begin forwarded message:
>
> From: Amita Shirish Amte
> Subject: Adding dynamic library to nginx module
> Date: August 2, 2016 at 11:19:24 AM PDT
> To: nginx@nginx.org
>
> Hi,
>
> My name is Amita and I am newbie in using nginx. I am writing a dynamic
> nginx http module which needs to li
Sounds like this add-on: https://github.com/alibaba/nginx-http-concat
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,268683,268699#msg-268699
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Am 01.08.2016 um 00:53 schrieb Maxim Dounin:
> The auth_digest module is a 3rd party one. And the message
> suggests there is a bug in it, or it's not compatible with the
> current version of nginx.
>
> You may consider using an official module instead, auth_basic.
> See here for details:
tha
On Tue, Aug 02, 2016 at 11:23:46AM +, Mik J wrote:
Hi there,
> Thank you very much, it works better, however it works only for access_log
> for some reason
log_format defines a format that access_log uses.
http://nginx.org/r/access_log
> nginx.conf
> http {log_format main '$remote_ad
Hello Francis,
Thank you very much, it works better, however it works only for access_log for
some reason
nginx.conf
http {log_format main '$remote_addr forwarded for $http_x_real_ip -
$remote_user [$time_local] ' '"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';
Hi NGINX Community,
Seeking for your help on the two items related to proxy buffers:
1) Would like to ask guidance how to properly size the ff:
proxy_buffers
proxy_buffer_size
proxy_busy_buffers_size
The reason I'm setting this up is due to an error wherein NGINX complain
large headers.
Did g
On Mon, Aug 01, 2016 at 11:25:46PM +, Mik J wrote:
Hi there,
> nginx: [emerg] unknown log format "main" in /etc/nginx/sites-enabled/default:8
>
> in nginx.conf I havehttp {
> include mime.types;
> include /etc/nginx/sites-enabled/*;
> include /etc/nginx/conf.d/*