I appreciate your responses Jonathan. Thank you for replying!by nano - Nginx Mailing List - English
Thank you again for the reply Jonathan, I'm sorry. This is not my application I am just trying to "mirror" it. Without losing hope for caching, is there a way I can cache the pages and only show the data to logged in clients? What would I have to do to make sure the user is logged in on the site before showing them a cached result? Does commenting out proxy_ignore_headerby nano - Nginx Mailing List - English
Thank you for the reply Jonathan. My intentions are not malicious. The site in question is http://turkopticon.differenceengines.com/ and to read reports on that site one has to be logged in. The site is incredibly slow and I had an idea to cache the review data so reports on "bad requesters" (mturk requesters) will be easily available for access. However using my account to proxy rby nano - Nginx Mailing List - English
Hello, I have a reverse proxy setup on a website and I'm proxying logged in pages. Everything works except there is a vulnerability in my setup. I login to the site and I can cache the pages. I share these pages with everyone else. However there is a problem with how the set-cookie is passed onto the user when I just want nginx to keep it. Is there a way to make nginx stay logged intoby nano - Nginx Mailing List - English
Thank you for such a quick reply Maxim! You solved my problem, thank you very much.by nano - Nginx Mailing List - English
Hello, I'm using nginx 1.4.0 to proxy a website, and I cache responses. I haven't noticed any problems on the front end, but the error log has unlink() errors. 2013/05/03 12:53:42 16665#0: unlink() "/usr/local/nginx/cache/8/9f/42da8f2662887b05cbb46fd5c9dac9f8" failed (2: No such file or directory) 2013/05/03 12:53:42 16665#0: unlink() "/usr/local/nginx/cache/8/7d/f16e1a9ceeby nano - Nginx Mailing List - English
Thank you very much Francis.by nano - Nginx Mailing List - English
Accidentally pasted the headers twice. The config should look like this; http://pastie.org/private/lz9zjkmvd3drbo4ezsp3fgby nano - Nginx Mailing List - English
Here is my nginx configuration http://pastie.org/private/4lceuccm9twmuiozdjnzkg My nginx -V is: nginx version: nginx/1.2.7 built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) TLS SNI support enabled I noticed that when I had headers (add_header) in the http{ } block, those headers were not being displayed when another add_header was placed in a location{ } block. How can I have globalby nano - Nginx Mailing List - English
I setup a reverse proxy on my forum and everything is working okay. (I think?). http { ... proxy_cache_path /usr/local/nginx/cache levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g; ... } server { listen 80; #listen [::]:80 ipv6only=on; return 301 https://$host$request_uri; }by nano - Nginx Mailing List - English
In nginx 1.2 & 1.3 you can modify the source to change the name: src/http/ngx_http_header_filter_module.c (lines 48 and 49): static char ngx_http_server_string[] = "Server: Not Nginx" CRLF; static char ngx_http_server_full_string[] = "Server: Not Nginx/1.0" CRLF; Renaming those and recompiling the source changes the server response name in nginx 1.2. However doby nano - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |