-
root:nginx-1.15.11 manking$ sudo make
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f objs/Makefile
cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-p…
-
**Describe the bug**
A clear and concise description of what the bug is.
[32m2024-06-18 05:28:20,558 (INFO) wo : [92mRestarting Nginx[0m
Reading package lists...
Building dependency tree...
…
-
**Attach the following commands output**
bash
-
nginx version: openresty/1.19.9.1
ngx_lua-0.10.20
-- my nginx.conf
worker_processes 1;
user root;
pcre_jit on;
events {
worker_connections 1024;
}
http {
lua_package_path '$pre…
-
I have a problem with ngx_pagespeed seemingly-randomly marking resources as uncacheable. For example, this is a recent log entry:
```
[Wed, 06 May 2015 10:15:12 GMT] [Info] [16980] HTTPCache key=http…
-
I have the following NGINX config:
```
server {
listen 80;
server_name localtesting.localdomain.com;
resolver 8.8.8.8;
#Angular Application
location /{
root /var/www;
index inde…
-
Hello
Trying to use ngx_http_headers_more_filter_module but it's not working no matter i do, i constantly receive following error:
`nginx: [emerg] module "/opt/nginx/modules/ngx_http_headers_mor…
-
I have NGINX as reverce proxy for Apache...
I was not able to add this mod on the Apache due to configuration limitation (Questions asked in mod_pagespeed threds...)
In my nginx I am using memcache a…
-
I ran into some issues with SSI support when doing testing with pagespeed. Using Nginx 1.13.9 and ngx_pagespeed 1.13.35.2-0, built together using the provided automated script. First I'll describe som…
-
###### Environment
In my case, a host(192.168.2.8) has the following dockers:
1. resty nginx ("resty_version": "1.19.9.1", "Created": "2021-12-03T12:24:51.007868968Z")
-p 8081:…