nginx-1.27.0 - shasum does not match with expected shasum from pkg-oss

2024-05-29 Thread Daniel Jagszent
Hello, the SHA512 of https://nginx.org/download/nginx-1.27.0.tar.gz (downloaded 2024-05-29 15:42:02 UTC) is 251bfe65c717a8027ef05caae2ab2ea73b9b544577f539a1d419fe6adf0bcc846b73b58f54ea3f102df79aaf340e4fa56793ddadea3cd61bcbbe2364ef94bacb This does not match with the shasum expected here https://hg

Re: Wrong content served

2024-01-02 Thread Daniel A. Rodriguez
e, Dec 26, 2023 at 07:57:41PM -0300, Daniel A. Rodriguez wrote: Hi there, > This behavior is driving me crazy. Currently have more than 30 sites behind > this reverse proxy, but the latest is refusing to work. Can you provide more details? > Config is simple and p

Wrong content served

2023-12-26 Thread Daniel A. Rodriguez
o.png"; width="100" /> Daniel A. RodriguezInformática, Conectividad y SistemasUniversidad Nacional del Alto UruguaySan Vicente - Misiones - Argentinahttps://informatica.unau.edu.ar"; rel="noopener">informatica.unau.edu.ar _

Multiple wildcard server_name

2022-09-05 Thread Daniel L. Miller via nginx
se domain and the "www" A records point to the same IP. What I'm receiving is a 404 Not Found for either "http://example1.com"; (which does not re-direct to https) or "https://example1.com";. And I don't understand why. -- Daniel ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Reverse proxy to traefik

2022-07-07 Thread Daniel A. Rodriguez
El 6/7/22 a las 10:47, Francis Daly escribió: On Tue, Jul 05, 2022 at 12:53:05PM +, Daniel Armando Rodriguez via nginx wrote: El 2022-07-02 08:24, Francis Daly escribió: On Fri, Jun 24, 2022 at 04:23:54PM -0300, Daniel Armando Rodriguez wrote: Hi there, Made this representation to

Re: Reverse proxy to traefik

2022-07-05 Thread Daniel Armando Rodriguez via nginx
El 2022-07-02 08:24, Francis Daly escribió: On Fri, Jun 24, 2022 at 04:23:54PM -0300, Daniel Armando Rodriguez wrote: Hi there, I need to forward HTTP/HTTPS stream to a traefik within docker container. Additionally, this traefik is also SSL termination. And just at this point where I am

Reverse proxy to traefik

2022-06-24 Thread Daniel Armando Rodriguez
rther guidance in this regard. By the way, it's not an ellection we made, just kind of a black box we need to deal with. Made this representation to illustrate the situation. https://i.postimg.cc/Zq1Ndyws/scheme.png Thanks in advance. ____

Trying to config for proxying to site down page

2022-05-13 Thread Daniel Earle
I'm trying to get nginx to forward to my S3 bucket when my web app k8 pod is down. So I was hoping the below config would, in the case of 50x error or no response, forward request to bucket, then if the document doesn't exist (very likely for first 50x request) - it would then return sitedown.html

SSL passtrough

2022-01-28 Thread Daniel Armando Rodriguez via nginx
nginx using Debian repo but wasn't possible. Currently installed 1.14.2 under Debian Buster ____ Daniel A. Rodriguez _Informática, Conectividad y Sistemas_ Universidad Nacional del Alto Uruguay San Vicente - Misiones - Argentina informatica.unau.e

Re: X-Frame-Options in nginx to allow certain subdomain

2021-11-27 Thread Daniel Armando Rodriguez
El 2021-11-26 20:30, Francis Daly escribió: On Fri, Nov 26, 2021 at 04:04:46PM -0300, Daniel Armando Rodriguez wrote: El 2021-11-26 11:19, Francis Daly escribió: > On Fri, Nov 26, 2021 at 08:43:58AM -0300, Daniel Armando Rodriguez > wrote: Hi there, > > One of them is a Next

Re: X-Frame-Options in nginx to allow certain subdomain

2021-11-26 Thread Daniel Armando Rodriguez
El 2021-11-26 11:19, Francis Daly escribió: On Fri, Nov 26, 2021 at 08:43:58AM -0300, Daniel Armando Rodriguez wrote: Hi there, One of them is a NextCloud + WOPI based LibreOffice Online Solution, as such it needs to access resources in WOPI server subdomain. What I need is my nginx to

X-Frame-Options in nginx to allow certain subdomain

2021-11-26 Thread Daniel Armando Rodriguez
ny clue will be much appreciated. Best regards.- ________ Daniel A. Rodriguez _Informática, Conectividad y Sistemas_ Universidad Nacional del Alto Uruguay San Vicente - Misiones - Argentina informatica.unau.edu.ar _

Re: Reverse proxy redirection issue

2021-09-21 Thread Daniel Armando Rodriguez
El 2021-09-21 09:23, Francis Daly escribió: On Mon, Sep 20, 2021 at 05:20:55PM -0300, Daniel Armando Rodriguez wrote: El 2021-09-20 13:49, Francis Daly escribió: > On Sun, Sep 19, 2021 at 10:08:08PM -0300, Daniel Armando Rodriguez > wrote: Hi there, > > curl -i https://4.D

Re: Reverse proxy redirection issue

2021-09-20 Thread Daniel Armando Rodriguez
El 2021-09-20 13:49, Francis Daly escribió: On Sun, Sep 19, 2021 at 10:08:08PM -0300, Daniel Armando Rodriguez wrote: El 2021-09-19 04:00, Francis Daly escribió: Hi there, Today I added a new domain, and the issue showed up again. curl -i http://4.DOMAIN.edu.ar Returns a redirect to https

Re: Reverse proxy redirection issue

2021-09-20 Thread Daniel Armando Rodriguez
El 2021-09-19 22:08, Daniel Armando Rodriguez escribió: El 2021-09-19 04:00, Francis Daly escribió: On Sat, Sep 18, 2021 at 09:16:28AM -0300, Daniel Armando Rodriguez wrote: El 2021-09-18 05:03, Francis Daly escribió: > On Fri, Sep 17, 2021 at 10:24:44PM -0300, Daniel Armando Rodriguez >

Re: Reverse proxy redirection issue

2021-09-19 Thread Daniel Armando Rodriguez
El 2021-09-19 04:00, Francis Daly escribió: On Sat, Sep 18, 2021 at 09:16:28AM -0300, Daniel Armando Rodriguez wrote: El 2021-09-18 05:03, Francis Daly escribió: > On Fri, Sep 17, 2021 at 10:24:44PM -0300, Daniel Armando Rodriguez > wrote: Hi there, > if you do > > c

Re: Reverse proxy redirection issue

2021-09-18 Thread Daniel Armando Rodriguez
El 2021-09-18 05:03, Francis Daly escribió: On Fri, Sep 17, 2021 at 10:24:44PM -0300, Daniel Armando Rodriguez wrote: Hi there, I am using nginx as a reverse proxy, I managed to configure SSL certificates using LetsEncrypt but nginx does the redirection to the wrong vhost. This is the

Reverse proxy redirection issue

2021-09-17 Thread Daniel Armando Rodriguez
Hello, I am new in this world (of nginx) and I have a problem that has me crazy. I am using nginx as a reverse proxy, I managed to configure SSL certificates using LetsEncrypt but nginx does the redirection to the wrong vhost. This is the configuration of one of the vhost, they are 3 ident

Re: SSL: error:0909006C:PEM routines:get_name:no start line:Expecting: ANY PRIVATE KEY error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib)

2020-04-28 Thread Daniel Hadfield
The key is the key you used when you generated the CSR. The key remains on your machine at all times not sent to godaddy. On 28/04/2020 13:46, Aran wrote: Hi, [emerg] SSL_CTX_use_PrivateKey_file("/etc/nginx/ssl/domain.key") failed (SSL: error:0909006C:PEM routines:get_name:no start line:Expect

Re: Deploying django, channels and websockets with nginx and daphne

2020-02-26 Thread Daniel Wilcox
At a quick glance -- your proxy_pass statement is pointed at the nginx listener instead of at the upstream. Change this: proxy_pass http://0.0.0.0:8090; To this: proxy_pass django; Hope that helps, =D On 2/26/20, Larry Martell wrote: > I've posted this to the django mailing list and to stack

Re: Automatic trailing slash redirect and scheme

2019-08-26 Thread Jean-Daniel FISCHER
Thanks for all the reply, I activate "absolute_redirect off". Le ven. 23 août 2019 à 00:07, Francis Daly a écrit : > On Thu, Aug 22, 2019 at 03:22:38PM +0200, Jean-Daniel FISCHER wrote: > > Hi there, > > > I an trying to set the sheme used in automatic redirect g

Automatic trailing slash redirect and scheme

2019-08-22 Thread Jean-Daniel FISCHER
; alias /usr/share/nginx/www/$1; } } Regards, -- <https://cedreo.com/> *Jean-Daniel Fischer* Developer +33 (0)2 40 18 04 77 16 Bd Charles de Gaulle, Bât. B 44800 Saint-Herblain, France [image: LinkedIn] <https://linkedin.com/company/cedreo/> [image: Facebook] <htt

why hardcoded /var/log/nginx/error.log in pre-built packages?

2018-03-01 Thread Daniel
Hello all, can someone please explain to me why the location /var/log/nginx/error log is hardcoded in the official prebuilt packages? Or why nginx -t checks if this file exists even if there is another location defined in the config file? Thank you. Daniel

Please take me off the mailing list

2017-11-25 Thread Daniel Francis-Lyon via nginx
Please take me off the mailing list___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Please take me off the mailing list

2017-11-23 Thread Daniel Francis-Lyon via nginx
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Apache to nginx

2017-02-13 Thread Daniel
Hi, i create a vhost confuguration for a vhost but i ma not able to access /vakanz for exmaple. I got a 404 error on the access logs. I Tried already with rewrite rules and i also tried with locations, no matter what i do, nothing works. Anyone has an idea what can i do? Cheers Daniel

Move from apacht to nginx

2017-02-12 Thread Daniel
Hi there, i still moving from Apache to nginx. I have a config part in apache which i dont understand how to convert it correct to nginx. RewriteBase / Options FollowSymLinks AllowOverride All DirectoryIndex index.php

Wildcard docroot?

2017-01-18 Thread Daniel
Hi there, i wanted to try something like a Wildcard DocRoot: server { listen 80; root /var/www/branches/*/current/web/; server_name auto.deploy.fcse.int; The Setup looks like this: /var/www/branches/develop/current/web/ /var/www/branches/master/current/web/ /var/www

Rewrite rules

2016-11-29 Thread Daniel
gt; to anydomain.com/a/b <http://anydomain.com/a/b> Maybe some has a hint for me. Cheers Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Alias or root directive

2016-11-03 Thread Daniel
> > If you check your error_log, you should see an indication of what file > nginx tried to serve, if it failed. > Yes it tries to open the doc_root to open that file and this is totally wrong of course because this file is placed on /mnt/nfs/uat/guide/germany/berlin.jpg /var/www/d1/current/we

Re: Alias or root directive

2016-11-03 Thread Daniel
016 um 18:51 schrieb Daniel : > >> >>> i try to add a images folder but seems not work. >>> Could someone tell me what i am doing wrong: >> >> What one example http request do you want to make? >> > > I wanted to load such kind of URL:

Re: Alias or root directive

2016-11-03 Thread Daniel
ace root with alias it has also no effect :-( > > "alias" in a regex location has special requirements. > I also tried with root instead of alias and i have the same behave cheers Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Alias or root directive

2016-11-03 Thread Daniel
Hi there, i try to add a images folder but seems not work. Could someone tell me what i am doing wrong: location ~ ^/en/holidays/shared/images { root /mnt/nfs/uat/; } When i replace root with alias it has also no effect :-( Cheers Daniel

Re: Bug? Chown of all default *_temp_path directories at startup?

2016-10-26 Thread Daniel Aubry
x27;ve observed. Many thanks for your answer, i had the setting at the server level, i've moved it to the http level, and it works now. Best Regards Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Bug? Chown of all default *_temp_path directories at startup?

2016-10-25 Thread Daniel Aubry
that the nginx shouldn't touch /var/lib/ngin/* if this directory isn't in the configuration file. Any idea? Should i open a bug? Best Regards Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

alias

2016-10-24 Thread Daniel
iles from document root :-( Anyone any idea what it could be? Cheers Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

invalid url - my config or invalid request?

2016-10-10 Thread Daniel Miller
lient: 212.83.162.138, server: amfes.com, request: "HEAD /robots.txt HTTP/1.0" 2016/10/09 18:05:30 [error] 17912#0: *32588 invalid url, client: 211.1.156.90, server: amfes.com, request: "HEAD / HTTP/1.0" Clients I control have no problem reaching the root or the robots.t

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread Daniel Mostertman
Hi Charles, IPv6 listeners can also accept IPv4 requests. This will result in IPs being passed through to logs and such like :::192.168.123.101. If you do not want this and do want both, add ipv6only=on to the IPv6 listen line. Daniël On Jul 26, 2016 02:25, "Charles Lawrence" wrote: > I'm

Re: Rewrite Rules from apache

2016-07-07 Thread Daniel
Same issue. All images CSS Files and so on are not loaded :( > Am 07.07.2016 um 19:19 schrieb praty...@hostindya.com: > > July 7 2016 10:19 PM, "Daniel" wrote: >> Hi Everyone, >> >> i try to convert some rules from apache htaccess to nginx. >> >

Rewrite Rules from apache

2016-07-07 Thread Daniel
uot;1"){ rewrite ^/(.*?)/(.*?)/(.*)$ /$3; } Anyone have a good idea? Cheers Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Understanding caching

2016-06-30 Thread Daniel Eschner
Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: DNS Caching Issue For community version

2016-05-15 Thread Daniel Biazus
gt; > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,266857,266880#msg-266880 > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx > -- *Daniel Biazus, R&DAZION |

Re: ipv6 on nginx.org

2015-10-20 Thread Daniel Krämer
Hi, Looks like an MTU issue then (small response OK, big responses timeout). Check if you correctly clamp MSS on IPv6. thanks for your suggestion. I made some tests with my private server and workplace. I'm not done testing MSS clamping yet. [root@kackkiste]~# echo -ne "GET / HTTP/1.1\nHo

Re: ipv6 on nginx.org

2015-10-20 Thread Daniel Krämer
Thank you so far! Looks like a problem in our network at work: [dkraemer@castleblack:~/] echo -ne "HEAD / HTTP/1.1\nHost: nginx.org\n\n" |nc -6 nginx.org 80 HTTP/1.1 200 OK Server: nginx/1.7.7 Date: Tue, 20 Oct 2015 11:06:02 GMT Content-Type: text/html; charset=utf-8 Content-Length: 7658 Last

ipv6 on nginx.org

2015-10-20 Thread Daniel Krämer
Hi List, i know, this list is about the webserver itself. But i have some Problems with the website nginx.org and ipv6 and I really need it to read webserver docs. What's the Problem? It just does not work on two very different systems (workplace and private server). Ping works fine on nginx.

Re: Execute python files with Nginx

2015-08-11 Thread Daniel Theodoro
Hi Nitin, If you're using django you can follow these steps: https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04 Daniel Theodoro Cel: 11 99399-3364 http://www.linkedin.com/in/danieltheodoro • RHCA - Red Hat Certified Arch

Re: Site should not be accessed through IP

2015-04-09 Thread Daniel Mostertman
If you're using a 1-config-per-site setup, then yes, you could. It completely depends on your setup as to where you need to place it. You can put it in any existing file that already has a server directive in there. Just make sure none of the other server configs/files have the default_server in t

Set a PHP parameter for only one location

2015-04-01 Thread Daniel Miller
T_FILENAME $document_root$fastcgi_script_name; fastcgi_pass php; } But...I want to set a php_value for a specific directory. Is there a more elegant method than duplicating all the directives for the "global" php handler above for the directory? -- Daniel _

Preferred method for location blocks

2015-04-01 Thread Daniel Miller
What is the difference between: location /admin { } vs. location ~ /admin(/.*) { } The first seems cleaner, and I assume runs faster - but do they process differently? -- Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org

Re: https to http error "too many redirects"

2015-03-20 Thread Daniel Mostertman
Correct, you give the HSTS header on the SSL/TLS port. So if *any* connection in the past has gone to the SSL/TLS port, the browser is forced to use https:// for any future connection. You should set it to 1 for a while and then disable it. On Mar 20, 2015 9:48 AM, "jinwon42" wrote: > Sorry. > >

Re: please suggest performance tweak and the right siege options for load test

2015-03-18 Thread Daniel Mostertman
I tried siege a lot, but could never get it to really use all cores on the server, I found the tool wrk much more useful for load testing. On Mar 18, 2015 2:31 AM, "halozen" wrote: > 2 nginx 1.4.6 web servers - ocfs cluster, web root inside mounted LUN > from SAN storage > 2 MariaDB 5.5 servers -

Re: Reverse Proxy for SNMP

2015-03-17 Thread Daniel Hadfield
nginx has no support for SNMP You should be able to whitelist IP's using whatever SNMP daemon you are using. On 17/03/15 16:16, Igal @ Lucee.org wrote: > hi, > > can it be used as reverse proxy for any protocol or is it limited to > http(s) and smtp? > > I'm trying to setup a reverse proxy for S

Re: Reverse Proxy for SNMP

2015-03-17 Thread Daniel Hadfield
nginx has no support for SNMP You should be able to whitelist IP's using whatever SNMP daemon you are using. On 17/03/15 16:16, Igal @ Lucee.org wrote: > hi, > > can it be used as reverse proxy for any protocol or is it limited to > http(s) and smtp? > > I'm trying to setup a reverse proxy for S

Re: problem with argument route in upstream

2014-11-19 Thread RODRIGUEZ Daniel
Thanks I am going to have a look on this module Envoyé de mon iPhone > Le 19 nov. 2014 à 09:44, mex a écrit : > > Hi, > > you can use the nginx-sticky-module if you need sticky sessions > https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng > > it just has no way to extract the routing

Re: problem with argument route in upstream

2014-11-18 Thread RODRIGUEZ Daniel
Tanks for your reply It means there is only the ip_hash solution on the free version? Envoyé de mon iPhone > Le 18 nov. 2014 à 22:32, Homutov Vladimir a écrit : > >> On 19.11.2014 00:25, RODRIGUEZ Daniel wrote: >> Hi, >> >> I was looking for hours what is the pro

problem with argument route in upstream

2014-11-18 Thread RODRIGUEZ Daniel
O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' Any idea ? Rodriguez Daniel Administrateur Infrastructures Clientes Groupe SOFTWAY MEDICAL Tel: 04 42 97 66 36 Gsm : 06 59 75 17 58 www.softwaymedical.fr<http:

Re: Weird issue with relative links

2014-07-08 Thread Daniel Lintott
On 08/07/14 12:36, Francis Daly wrote: > On Tue, Jul 08, 2014 at 12:09:57PM +0100, Daniel Lintott wrote: > > Hi there, > >> The script is at: >> http://alpha.serverb.co.uk/debian/parser.php/gns-3 > > http://alpha.serverb.co.uk/debian/parser.php/gns-3 and >

Weird issue with relative links

2014-07-08 Thread Daniel Lintott
p would be most welcome Regards Daniel Lintott signature.asc Description: OpenPGP digital signature ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: SSL certificate chain

2013-09-02 Thread Daniel Lundqvist
something :) -- daniel On 2 sep 2013, at 19:12, Steve Wilson wrote: > On 2013-09-02 11:59, Daniel Lundqvist wrote: >> I have, it just says only 1 certificate is provided. Here are the test >> results: >> https://www.ssllabs.com/ssltest/analyze.html?d=www.malarhojden.nu >

Re: SSL certificate chain

2013-09-02 Thread Daniel Lundqvist
I have, it just says only 1 certificate is provided. Here are the test results: https://www.ssllabs.com/ssltest/analyze.html?d=www.malarhojden.nu -- daniel On 1 sep 2013, at 21:43, Sylvia wrote: > Hi. > You can try to run a diagnostics for problem discovery and recommendations >

Re: SSL certificate chain

2013-09-01 Thread Daniel Lundqvist
Hi, They are. I get no errors from nginx whatsoever, just that no certificate after the first is never sent. If I change order I get error about key not matching, which is to be expected. -- daniel On 1 sep 2013, at 19:25, Steve Holdoway wrote: > Make sure the server cert it first in

SSL certificate chain

2013-09-01 Thread Daniel Lundqvist
OpenSSL and same intermediate certificate and Root CA works works fine. How can I troubleshoot what is going wrong with nginx? Thanks in advance. -- daniel smime.p7s Description: S/MIME cryptographic signature ___ nginx mailing list nginx@nginx.org

Re: munin plugin for nginx

2013-06-16 Thread Daniel Black
not getting the status information. Try stracing the munin-run, network capature or turning on the access logs on /nginx_status just to be sure. -- Daniel Black, Engineer @ Open Query (http://openquery.com) Remote expertise & maintenance for MySQL/MariaDB server environments. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: 404s logged in error.log?

2013-05-17 Thread Daniel Black
- Original Message - > I might have misread the two answers here, but I get the impression > that > they're saying the exact opposite of each other. If you analysed the responses and what you have I suspect you would of realised that I was in error and the information you have and the d

Re: 404s logged in error.log?

2013-05-17 Thread Daniel Black
- Original Message - > I was wondering if someone could confirm that requests resulting in a > 404 > response are by default logged to error.log at error level "error". > > Is that normal, or is there some piece of configuration I am missing > that > will stop them from being logged to er

Re: Add [nginx] to subject lines on this mailing list?

2013-05-16 Thread Daniel Griscom
sual choice, but if it's necessary then that's fine. Thanks for responding, Dan -- Daniel T. Griscom gris...@suitable.com Suitable Systems http://www.suitable.com/ 1 Centre Street, Suite 204(781) 665-0053 Wakefield, MA 01880-2400 __

Re: Add [nginx] to subject lines on this mailing list?

2013-05-16 Thread Daniel Griscom
At 9:18 AM -0400 5/16/13, Jim Ohlstein wrote: On 05/16/13 08:10, Daniel Griscom wrote: List-Id isn't shown in my inbox listing, so that doesn't help me when I'm scanning my inbox. Even when I open the email I have to scan the headers to figure out just what the specific email

Re: Add [nginx] to subject lines on this mailing list?

2013-05-16 Thread Daniel Griscom
#x27;d like to have it turned on, but if there's a reason to keep it off then that's fine by me. Dan At 3:59 PM +0400 5/16/13, Maxim Konovalov wrote: On 5/16/13 3:41 PM, Daniel Griscom wrote: This mailing list is run by Gnu's Mailman application. The default configuratio

Add [nginx] to subject lines on this mailing list?

2013-05-16 Thread Daniel Griscom
filter something to key on. On the nginx mailing list this has been turned off, so I find it hard to figure out why someone unknown is writing me about "bug?", and often find the list emails in my junk mail folder. I'd like to have the setting turned back on; would that be OK?

Re: nginx-1.4 proxy requests being continious

2013-05-11 Thread Daniel Black
de nginx 0.7.67-3+squeeze3 1.4.1-1~squeeze I definitely restarted the nginx-1.4.1 with no remnants of 0.7.67 around and haven't had the troubles when I re-tested. Thanks for the fix Maxim and digging up this changelog entry. Looking forward to putting it into product

Re: Proxying based on protocol (e.g. "ws"/"wss")?

2013-05-11 Thread Daniel Griscom
Thanks. I've been coming to that conclusion myself. Take care, Dan At 7:00 PM +0400 5/11/13, Maxim Dounin wrote: Hello! On Fri, May 10, 2013 at 02:35:35PM -0400, Daniel Griscom wrote: That's great information, but now I need to figure out how to selectively proxy to my websock

Re: nginx-1.4 proxy requests being continious

2013-05-10 Thread Daniel Black
meout 15; > proxy_connect_timeout 3; > proxy_next_upstream error timeout invalid_header http_500 http_502 > http_503 http_504 http_404; > > location ~ ^/img/(.*) > { > expires 2592000; > add_header Cache-Control public; > alias /var/www/live_site_resources/$1; > error_page 40

Re: Proxying based on protocol (e.g. "ws"/"wss")?

2013-05-10 Thread Daniel Griscom
eader, i.e. $http_upgrade variable. On Thu, 2013-05-09 at 14:45 -0400, Daniel Griscom wrote: > ... bump? > > (thanks, > Dan) > > > At 9:32 AM -0400 5/8/13, Daniel Griscom wrote: > >I'm an nginx newbie, and need use use it as a front end for a > >

Re: Proxying based on protocol (e.g. "ws"/"wss")?

2013-05-09 Thread Daniel Griscom
... bump? (thanks, Dan) At 9:32 AM -0400 5/8/13, Daniel Griscom wrote: I'm an nginx newbie, and need use use it as a front end for a website that also handles websocket connections. I have the configuration set up so that requests to a specific URI match a location section, which

nginx-1.4 proxy requests being continious

2013-05-08 Thread Daniel Black
A request for /img/file_doesnt_exist.jpg results in the backend server (192.168.129.90) getting continuous requests for the same file (which doesn't exist there either so 404 each time), while the original requester waits and nginx keeps asking the backend the same. I'm using the nginx-1.4.1 f

Proxying based on protocol (e.g. "ws"/"wss")?

2013-05-08 Thread Daniel Griscom
(Very cool.) However, I was wondering if, rather than detecting requests to a specific location, I could proxy all "ws://" or "wss:// requests, independent of the URI being requested. Is there a way to proxy all requests with a given protocol? Thanks, Dan -- Daniel T. Gris