Re: Twitter incompatibility

2024-05-19 Thread Saint Michael
Fixed, many thanks. I had asked ChatGPT 4o and it could not help. On Sun, May 19, 2024 at 6:28 PM J Carter wrote: > > Hello, > > On Sun, 19 May 2024 16:47:02 -0400 > Saint Michael wrote: > > > I need some help with a Nginx,. Twitter problem > > please open a twi

Twitter incompatibility

2024-05-19 Thread Saint Michael
I need some help with a Nginx,. Twitter problem please open a twitter client x.com and post this link https://patrician.org/22a51cfb-7d5b-4a97-a687-a10cd1946766/ and then open a new client and post https://xlong.org/p/a3622727-4df1-46f3-aee8-ee0a43194906/ in the first case, it's an Apache server,

Re: headers do not work

2024-04-26 Thread Saint Michael
ers (on or off) makes no difference. ignore_invalid_headers on (on or off) makes no difference any ideas? On Fri, Apr 26, 2024 at 8:20 AM Roman Arutyunyan wrote: > > Hi, > > > On 25 Apr 2024, at 8:10 AM, Saint Michael wrote: > > > > I keep getting this error >

headers do not work

2024-04-24 Thread Saint Michael
I keep getting this error *356 client sent invalid header line: "Finagle-Ctx-com.twitter.finagle.Retries: 0" while reading client request headers, and twitter cannot read my twitter-card yet, I do have underscores_in_headers on; ignore_invalid_headers on; in the http{} block How do I force nginx t

No SNI support on multisite installation

2024-03-10 Thread Saint Michael
I have an openresty server, latest, compiled with http_ssl. So I have 5 websites on the same IP, each one with a server block, a listen statement :443 SSL; and its own server_name but when I test any of the certificates (example https:// 3y3. us), the online analyzer https://www.ssllabs.com/ssl

Re: Bug in handling POST then sending a file back

2024-01-08 Thread Saint Michael
for your help. The Openresty Slack app hasn't helped a bit. On Mon, Jan 8, 2024 at 3:50 PM Maxim Dounin wrote: > > Hello! > > On Sun, Jan 07, 2024 at 09:41:33PM -0500, Saint Michael wrote: > > > I am using openresty and nginx. > > I send a file to the server, whic

Bug in handling POST then sending a file back

2024-01-07 Thread Saint Michael
I am using openresty and nginx. I send a file to the server, which is a POST operation. Then the server processes the file and needs to send back a different file. I try to send a file with ng.exec("/static/file_name") and I get error 405 Not Allowed. But if I do a 302 redirect, it works. I imagin

Question

2024-01-04 Thread Saint Michael
How do I configure a /location { } so anybody can upload a file that goes to a directory on the server? I would use curl, for an API ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Forcing incognito mode on a reverse proxy

2023-12-16 Thread Saint Michael
I have a reverse proxy but for security reasons, I need to force the client to work the closest to an Incognito session as possible. I tried adding the following: proxy_set_header Cookie ""; add_header Set-Cookie "cookie_name=; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"; } but it still does not work

Re: Nginx Support required

2023-09-02 Thread Saint Michael
Does anybody have any idea what am I doing wrong? On Sat, Sep 2, 2023 at 4:42 PM Aleksandar Lazic wrote: > Hi Michael. > > On 2023-09-02 (Sa.) 19:01, Saint Michael wrote: > > Is there any paid support that would help me fix this problem: > > You searched for this site &g

Nginx Support required

2023-09-02 Thread Saint Michael
Is there any paid support that would help me fix this problem: This works: https://www.ntn24.com/noticias-actualidad/crecen-las-hipotesis-alrededor-de-la-muerte-del-exjefe-del-grupo-wagner-yevgueni-prigozhin-439911 but in the link below, the video from videomotion, fails to play: https://ntn24.1eye

Re: Nginx Support required

2023-09-02 Thread Saint Michael
Is there any paid support that would help me fix this problem: This works: https://www.ntn24.com/noticias-actualidad/crecen-las-hipotesis-alrededor-de-la-muerte-del-exjefe-del-grupo-wagner-yevgueni-prigozhin-439911 but in the link below, the video from videomotion, fails to play: https://ntn24.1eye

Re: [ANN] OpenResty 1.21.4.2 released

2023-07-20 Thread Saint Michael
It works fine with https:// Thanks to everybody. On Thu, Jul 20, 2023 at 11:38 AM A. Schulze via nginx wrote: > > > Am 20.07.23 um 15:18 schrieb Saint Michael: > > I get a timeout error when doing this > > git clone git:// > github.com/yaoweibin/ngx_http_substitutions_fi

Missing module ngx_http_substitutions_filter_module

2023-07-20 Thread Saint Michael
I am trying to install this module and I get a timeout git clone git://github.com/yaoweibin/ngx_http_substitutions_filter_module.git does anybody know how to install this module? It's a vital part of my nginx installation. ___ nginx mailing list nginx@ngi

Re: [ANN] OpenResty 1.21.4.2 released

2023-07-20 Thread Saint Michael
I get a timeout error when doing this git clone git:// github.com/yaoweibin/ngx_http_substitutions_filter_module.git but I need this module for my openresty installation Does any body know how to fix this? On Wed, Jul 19, 2023 at 11:58 PM Jiahao Wang via nginx wrote: > Hi folks, > > I am happy t

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
I would like to find a way to do what I do now at https://1eye.us but better. Many websites fail to work. For example https://bing.com/new On Sun, May 28, 2023 at 12:00 AM David Siembab wrote: > What does the project do for you and what would you like it do for you. > Share ideas > > On Sat, M

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread Saint Michael
AM Francis Daly wrote: > On Sat, May 27, 2023 at 12:39:05AM -0400, Saint Michael wrote: > > Hi there, > > > 100% Nginx > > That looks like an ad for a donation button; but it doesn't immediately > seem to say "here is how nginx is configured to access a remote w

Re: Reverse proxy to forward proxy to internet access

2023-05-26 Thread Saint Michael
Check https://1eye.us 100% Nginx On Sat, May 27, 2023 at 12:21 AM Miten Mehta wrote: > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. > > I understand you mentioned that nginx cannot be used as forward

Re: Your opinion about a corporate proxy server to reach the magazine's website from everywhere

2023-03-12 Thread Saint Michael
Performance is poor at best. Please check an identical arrangement at https://1eye.us And if the magazine uses Cloudflare, your proxy will be blocked. I haven't been able to defeat Cloudflare. On Sun, Mar 12, 2023 at 5:05 PM Payam Chychi wrote: > Can’t comment on what’s best for your company. >

Reverse proxy

2023-02-26 Thread Saint Michael
In a location, ai need to use proxy_redirext to send the inbound cljent to the second leg, another htpps. But hiw do I tell nginx to follow an http_proxy? I can test from a terninal session and the proxy workds fine. ___ nginx mailing list nginx@nginx.org

Re: Connecting a reverse proxy to an http proxy service

2023-02-25 Thread Saint Michael
that these software > solutions provide. > > It appears as if you are looking to this nginx list ad your own personal > self help repository. > > Regards, > Payam > > > > On Sat, Feb 25, 2023 at 12:49 PM Saint Michael wrote: > >> what would it be the right too

Re: Connecting a reverse proxy to an http proxy service

2023-02-25 Thread Saint Michael
From: Francis Daly > Date: 2/25/23 15:31 (GMT-05:00) > To: nginx@nginx.org > Subject: Re: Connecting a reverse proxy to an http proxy service > > On Sat, Feb 25, 2023 at 02:10:46PM -0500, Saint Michael wrote: > > Hi there, > > > that there exist private HTTP proxy

Connecting a reverse proxy to an http proxy service

2023-02-25 Thread Saint Michael
I have a problem reaching a news service that is protected by the evil CF. I found out that there exist private HTTP proxy services, like webshare.io the question is how I use them from nginx, and how do I add a pool of HTTP proxies to the configuration?

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
Now my website downloads the text instead of delivering website/ https://1eye.us/ what did mess up? On Thu, Feb 23, 2023 at 11:26 PM Saint Michael wrote: > So what do you think causes my issue with the images? > I in fact removed any likes in location /{} and it seems stable. > which

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
So what do you think causes my issue with the images? I in fact removed any likes in location /{} and it seems stable. which negs the question, if I have 10 HTML files, which on will be served by default? nginx version: openresty/1.21.4.1 built by gcc 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04) built wi

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
there is no error log, all I get is 023/02/23 23:33:56 [notice] 168280#0: start worker process 168400 but my settings are error_log /var/log/nginx/error.log info; On Thu, Feb 23, 2023 at 6:32 PM Saint Michael wrote: > if I do this, > root /static/duc/; > > location / {

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
waney wrote: > I don't see the rest of your nginx.conf. Also, the link you posted is to > a logon page with no image URLs. > > On Wed, Feb 22, 2023 at 10:57 AM Saint Michael wrote: > >> I have a location >> >> root /static/duc/Digital_Univer

Re: nginx serving corrupt images

2023-02-23 Thread Saint Michael
Suppose that my default html file forn a location is xyz.html, but there are hundreds. What is the canonical way to specify that and only that file for a / {}. On Thu, Feb 23, 2023, 8:03 AM Maxim Dounin wrote: > Hello! > > On Thu, Feb 23, 2023 at 01:32:06PM +0200, Reinis Rozitis wrote: > > > >

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
Question: if I don't have any like inside de location / {} how does nginx delivers an html file out of many possibly found in the root for the location? On Wed, Feb 22, 2023 at 9:48 PM Maxim Dounin wrote: > Hello! > > On Wed, Feb 22, 2023 at 09:31:43PM -0500, Saint Michael wr

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
7:35:54PM -0500, Saint Michael wrote: > > > a) The error does not have a single line. > > b) restarting does not fix it > > c) my nginx is no acting as proxy > > So it's certainly unrelated to the article about proxying and > error propagation you've previ

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
t=UTF-8'; listen 208.78.161.6:443 ssl; server_name x3x.us; ssl_certificate /etc/letsencrypt/live/x3x.us/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/x3x.us/privkey.pem; root /static/duc/; location / { try_files $uri $uri/ /index.html; } } #server } #http On Wed, F

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
:05:21PM -0500, Saint Michael wrote: > > I wonder if Nginx will ever fix this issue. It's a clear bug in the > > product. I wasted two days of sleep on this issue. > > From your previous email you've reported you've found a solution, so > that seems like not a bug an

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
I wonder if Nginx will ever fix this issue. It's a clear bug in the product. I wasted two days of sleep on this issue. On Wed, Feb 22, 2023 at 2:03 PM Saint Michael wrote: > I found the solution here > > https://laracasts.com/discuss/channels/general-discussion/homestead-nginx

Re: nginx serving corrupt images

2023-02-22 Thread Saint Michael
I found the solution here https://laracasts.com/discuss/channels/general-discussion/homestead-nginx-serving-wrong-images-and-only-cut-in-the-middle On Wed, Feb 22, 2023 at 10:57 AM Saint Michael wrote: > I have a location > > root /static/duc/Digital_Universal_Currency; >

nginx serving corrupt images

2023-02-22 Thread Saint Michael
> > I have a location root /static/duc/Digital_Universal_Currency; # ... other directives ... location / { try_files /index.html =404; } you my see it directly https://securedigitalcheck.com The images don't work. No browser can see them. if I download them directly with wget, they d

foreach does not work

2023-02-20 Thread Saint Michael
The question is, how do I use the foreach construct in the nginx configuration file? > I am using openresty > nginx -version > nginx version: openresty/1.21.4.1 > This fails: > > > >> foreach $domain in $server_name { >>> >> ssl_certificate /etc/letsencrypt/live/$domain/fullchain.pem; >>

foreach does not work

2023-02-20 Thread Saint Michael
I am using openresty nginx -version nginx version: openresty/1.21.4.1 > foreach $domain in $server_name { >> > ssl_certificate /etc/letsencrypt/live/$domain/fullchain.pem; > ssl_certificate_key /etc/letsencrypt/live/$domain/privkey.pem; > } >

Re: Private location does not work

2023-02-20 Thread Saint Michael
rization. > > Good luck > -Payam > > On Mon, Feb 20, 2023 at 4:35 AM Francis Daly wrote: > >> On Sun, Feb 19, 2023 at 09:33:46AM -0500, Saint Michael wrote: >> >> Hi there, >> >> > it does not work: >> > 404 Not Found >> >> I

Re: Private location does not work

2023-02-19 Thread Saint Michael
ft out some critical details as to what you are > tying to accomplish. > > Nginx is powerful, you can write rules to do almost anything, but first > you need to figure out what you want to do. > > > > On Sun, Feb 19, 2023 at 8:24 PM Saint Michael wrote: > >> It uses the

Re: Private location does not work

2023-02-19 Thread Saint Michael
want to do. > > Run developer tools and see what your ip address is reported as. > > On Sun, Feb 19, 2023 at 7:54 PM Saint Michael wrote: > >> I also tried >> >> deny 192.168.1.1; >> allow 192.168.1.0/24; >> allow 10.1.1.0/16; >> allow 2

Re: Private location does not work

2023-02-19 Thread Saint Michael
> external. > > Also, read > https://nginx.org/en/docs/http/ngx_http_access_module.html > > > > > On Sun, Feb 19, 2023 at 6:34 AM Saint Michael wrote: > >> Dear Francis >> it does not work: >> 404 Not Found >> >> this is my cod

Re: Private location does not work

2023-02-19 Thread Saint Michael
c, I have Your browser does not support iframes so how do I block the public from looking at my HTML and executing directly /asr? Is this a bug? many thanks for your help. Philip On Sun, Feb 19, 2023 at 8:20 AM Francis Daly wrote: > On Sun, Feb 19, 2023 at 01:52:12AM -0500, Sain

Private location does not work

2023-02-18 Thread Saint Michael
> > I have two locations /x /yy the public one is /y, nobody is supposed to access /x from the Internet. Inside /, I call /x, but if I do this: location /asr { default_type 'text/html; charset=UTF-8'; allow 127.0.0.1; deny all; it fails with forbidden. But I am usi

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
Cloudflare is reading this. Please contact me in private. On Fri, Feb 3, 2023, 4:00 PM Manuel wrote: > How cool is that. > > Now I am curious: what was the solution? :-) > > Am 03.02.2023 um 19:46 schrieb Saint Michael : > >  > Yes > 2 years ago nginx was very popul

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
, Feb 3, 2023 at 9:14 AM Saint Michael wrote: > >> I won already. >> Thanks to chatgpt. >> I asked the question and it gave the answer. >> >> On Fri, Feb 3, 2023, 11:22 AM Payam Chychi wrote: >> >>> Lol, that is the point…. Proxies do stuff to the co

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
you are not going to win this one. > > > On Fri, Feb 3, 2023 at 3:57 AM Saint Michael wrote: > >> I am sure that it can be done. I am just passing everything to them. >> >> On Fri, Feb 3, 2023, 4:39 AM Manuel wrote: >> >>> Hi, >>> >>>

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
ind regards, > Manuel > > > > > Am 03.02.2023 um 08:54 schrieb Lukas Tribus : > >  > > On Friday, 3 February 2023, Saint Michael wrote: > >> I have a reverse proxy but the newspaper that I am proxying is >> protected by cloudflare, and the block me immedia

Help beating cloudflare

2023-02-02 Thread Saint Michael
I have a reverse proxy but the newspaper that I am proxying is protected by cloudflare, and the block me immediately, even if I use a different IP. So somehow they know how to identify my reverse-proxy. How is my request different than a regular browser? What is giving me up? can somebody give an

Re: Question about proxy

2023-01-30 Thread Saint Michael
y wrote: > > On Sun, Jan 29, 2023 at 03:17:15PM -0500, Saint Michael wrote: > > Hi there, > > > What causes each case, i.e., what do I need to do so always the > > https://domain.com is NOT the original domain being proxied, but my > > own domain (https://disney.ibm

Question about proxy

2023-01-29 Thread Saint Michael
In my website, I proxied https://perplexity.ai trough a domain of mine but when I get redirected, I see on top, on the domain line, not my own line. In other cases, I see my own domain line. What causes each case, i.e., what do I need to do so always the https://domain.com is NOT the original domai

AW: AW: nginx-1.23.3 on Win Server wth HTTPS

2023-01-19 Thread Kappes, Michael
Hello Maxim, OK, i use notepad++ for editing And yes, it was a problem with "some additional non-printable characters" Now, all up and running Ergo: Solved! Big Thanks @all for Help Michael -Ursprüngliche Nachricht- Von: nginx Im Auftrag von Maxim Dounin Gesendet: Mi

AW: nginx-1.23.3 on Win Server wth HTTPS

2023-01-18 Thread Kappes, Michael
mp\1-Servername.cert.key; Also here, i change "\" to "/" without that it makes a difference Strange Michael -Ursprüngliche Nachricht- Von: nginx Im Auftrag von Francis Daly Gesendet: Mittwoch, 18. Januar 2023 12:02 An: nginx@nginx.org Betreff: Re: nginx-1.23.3 on Win S

nginx-1.23.3 on Win Server wth HTTPS

2023-01-18 Thread Kappes, Michael
HTTPS connections? Thanks Michael Berufsförderungswerk Berlin-Brandenburg e. V. Epiphanienweg 1, 14059 Berlin Telefon: +49 30 30399 0 i...@bfw-berlin-brandenburg.de<mailto:i...@bfw-berlin-brandenburg.de> www.bfw-berlin-brandenburg.de Amtsgericht Charlottenburg VR 3642 Nz, Steuer-Nr. 27

Re: Load Balancing NTLM over HTTP with NGINX

2022-11-19 Thread Michael B Allen
On Sat, Nov 19, 2022 at 4:04 PM Maxim Dounin wrote: > Hello! > > On Fri, Nov 18, 2022 at 10:30:29PM -0500, Michael B Allen wrote: > > > NTLM over HTTP is a 3 request "handshake" that must occur over the same > TCP > > connection. > > My HTTP service i

Re: Load Balancing NTLM over HTTP with NGINX

2022-11-19 Thread Michael B Allen
On Fri, Nov 18, 2022 at 10:30 PM Michael B Allen wrote: > Now I want to load balance NTLM through NGINX. For this I used the > following: > > upstream backend { > ip_hash; > server localhost:8080; > server localhost:8081; > } > > server { > locat

Load Balancing NTLM over HTTP with NGINX

2022-11-18 Thread Michael B Allen
e solution for my users. Thanks, Mike -- Michael B Allen Java AD DS Integration http://www.ioplex.com/ ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: help with https to http and WSS to WS reverse proxy conf

2022-09-15 Thread Michael Williams
onnection "upgrade"; proxy_pass http://172.31.24.191:25565; proxy_read_timeout 86400; } } On Thu, Sep 15, 2022 at 7:30 AM Francis Daly wrote: > On Mon, Sep 12, 2022 at 05:46:21PM -0700, Michael Williams wrote: > > Hi there, > > > Wow thank you.

Re: Port numbers in the access or error logs ?

2022-09-13 Thread Michael Williams
you’re after. > > On 13 Sep 2022, at 20:24, Michael Williams < > michael.glenn.willi...@totalvu.tv> wrote: > > Is there a way to include the request port number in each line of the > access logs? > I'm on Debian 11, using free NGINX downloaded. > > Man

Port numbers in the access or error logs ?

2022-09-13 Thread Michael Williams
Is there a way to include the request port number in each line of the access logs? I'm on Debian 11, using free NGINX downloaded. Many thanks, Michael [image: linkedin] <https://www.linkedin.com/in/michael-glenn-williams-45ab23228/> ___ ng

is WSS or WS a $scheme?

2022-09-11 Thread Michael Williams
Is it possible to recognize $scheme = WSS within the NGINX conf file ? Many thanks [image: linkedin] <https://www.linkedin.com/in/michael-glenn-williams-45ab23228/> ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to ng

Re: help with https to http and WSS to WS reverse proxy conf

2022-09-11 Thread Michael Williams
TURN all -- * * 0.0.0.0/0 0.0.0.0/0 Chain DOCKER-USER (1 references) pkts bytes target prot opt in out source destination 1535K 4381M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 On Sun, Sep 11, 2022 at 1:45 AM Francis Daly wrote: > On Sat, Sep

help with https to http and WSS to WS reverse proxy conf

2022-09-10 Thread Michael Williams
proxy_set_header Referer https://-myFQDN-; proxy_set_header Referrer https://-myFQDN-; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://localhost:80; } } [image: linkedin] <https://

Reverse proxy forcing language in cookies

2022-07-19 Thread Saint Michael
I was asked to proxy google.com through https://ГУГЛЭ.pl but I need to make Google believe that clients are behind a computer with the Russian language, not English. Now I have this: proxy_cookie_domain https://google.com https://xn--c1aay4a4c.pl; (xn--c1aay4a4c is latin representation of ГУГЛЭ)

Re: reverse proxy

2022-07-11 Thread Saint Michael
> script every time someone connects via Bash. This is something your > backend application should really be handling. > > On 7/11/22 15:13, Saint Michael wrote: > > I have a reverse proxy and need to execute a bash script each time > > somebody connects to it. > > W

reverse proxy

2022-07-11 Thread Saint Michael
I have a reverse proxy and need to execute a bash script each time somebody connects to it. What is the right way to do it? I need to update a database. A parameter must be the public IP of the client. ___ nginx mailing list -- nginx@nginx.org To unsubscr

Reverse proxy question

2022-06-22 Thread Saint Michael
I am proxying a website where there is a link like this: https://arvamus.postimees.ee/7550782/lauri-vahtre-tead-kull-kes-utles-n-tahega-sona-ja-siis-juhtus-ei-voi-oelda-mis#_ga=2.218428057.1478980589.1655961279-1635368780.1655961270 my new site is https://postimees.oneye.us I have these substituti

Error downloading regex-tester

2022-06-22 Thread Saint Michael
git clone https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-regex-tester Cloning into 'nginx-regex-tester'... fatal: repository 'https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-regex-tester/' not found Any idea how can I install this software?

Proxy problem is killing me

2022-06-18 Thread Saint Michael
I am writing code to proxy a news website and it works but the top line shows the original site, not my own site. the code is attached: The idea is that the person who needs to go to https://novosti.dn.ua goes instead to https://novosti.oneye.us What am I doing wrong? many thanks Philip server { d

Re: OAuth/OpenID

2022-02-15 Thread Michael Powell
On Tue, Feb 15, 2022 at 10:08 AM Sergey A. Osokin wrote: > Hi Michael, > > hope you're doing well. > > On Tue, Feb 15, 2022 at 08:41:08AM -0500, Michael Powell wrote: > > Hello, > > > > Setting up some web sites, etc, looking into alternatives to Amazon >

Re: OAuth/OpenID

2022-02-15 Thread Michael Powell
Hello, Setting up some web sites, etc, looking into alternatives to Amazon Cognito, for instance, for user and/or 'identity' management, integration with 3P OAuth providers, i.e. Google, Facebook, etc. As I understand it, nginx provides these features, and more? Thank you... Michael

Reverse Proxy

2019-07-20 Thread Michael Cooper
proxy_pass http://localhost:8080; proxy_read_timeout 90; proxy_redirect http://localhost:8080 https://jenkins.domain.com; } } Also I see on the top it is redirecting all http requests to https, Do certs need to be added to all the sites? Thanks, -- Michael A Cooper Linu

Solr and Nginx

2018-11-02 Thread Friscia, Michael
that makes SOLR a bad candidate for NGINX caches. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.

Nginx Plus Dashboard - memory pages

2018-10-24 Thread Friscia, Michael
. Are they configurable? 3. Is it odd that one out of 8 zones is basically half what all the other zones are? Any help to push me into the right direction for documentation would be appreciated. ___ Michael Friscia Office of Communications Yale School

Question

2018-09-14 Thread Saint Michael
> > I am a new developer and need to publish several database tables with > relationship one to many, etc,. What web framework is fastest to learn ? I > am looking at Mojolicios or Catalyst, but don´t know if they are necessary > or not. For a new project, what parts would you choose? I have read

Re: gzip_types

2018-08-24 Thread Friscia, Michael
Thank you for that explanation. I'm still debugging this with our CDN vendor. They have identified a number of bugs on their end which explain the odd behavior I've been seeing. _______ Michael Friscia Office of Communications Yale School of Med

gzip_types

2018-08-23 Thread Friscia, Michael
to any. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.edu/> ___ nginx mailing list nginx@nginx.or

Re: sub_filter not working on JSON file

2018-08-02 Thread Friscia, Michael
it unless it's right in front of my face and I'm being blind to it. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu <http://web.yale.edu/> On 8/2/18,

sub_filter not working on JSON file

2018-08-02 Thread Friscia, Michael
to output what mime type the file from the upstream server is so I can make sure I have the right filter type? Or, is there something I should also be doing to make the sub_filter work on a JSON file? ___ Michael Friscia Office of Communications Yale

Nginx url decoding URI problem with proxy_pass

2018-07-26 Thread Michael Kovacs
" on creating a proxy for external links. But that example also appears to fall vicitm to this same problem. Any help/pointers would be appreciated as I am pretty well stuck at this point on an approach that might work. Thanks, -Michael __

Re: Handling upstream response 401

2018-07-25 Thread Friscia, Michael
ersion and it always says it served stale. I know that because I have a bunch of custom headers to help debug this type of situation. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http:

Handling upstream response 401

2018-07-25 Thread Friscia, Michael
. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.edu/> ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Need help with regex

2018-07-20 Thread Friscia, Michael
Ok, never mind. It was working all along. My HOSTS file was screwing me up and pointing to a local instance that did not have this config. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile

Need help with regex

2018-07-20 Thread Friscia, Michael
, I didn’t want to make this exception too specific. Any thoughts on this would be great, my regex skills are good enough most of the time but failing me right now. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932

Re: Redirect without and SSL certificate

2018-07-18 Thread Friscia, Michael
Thanks, I had not heard of that solution so I will chase it down to see if we can make it work. As for the response, I assumed that was the case and what’s the point of SSL if there was a way to bypass it…just wishful thinking… ___ Michael Friscia Office

Redirect without and SSL certificate

2018-07-18 Thread Friscia, Michael
. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.edu/> ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How are you managing CI/CD for your nginx configs?

2018-07-17 Thread Friscia, Michael
g system. I mostly did not want to then have to apply patches, updates and all that to yet another product. In any event, I hope someone might find this approach useful. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 7

Re: Cache question

2018-06-28 Thread Friscia, Michael
the most common medical terminologies that will be queried. But for the things we can’t cache, it would be pretty bad. Thanks for the commands to look at, this will be really helpful. ___ Michael Friscia Office of Communications Yale School of Medicine

Cache question

2018-06-28 Thread Friscia, Michael
upstream, is it possible to still keep a cache copy that could then be served if the upstream host sends anything other than a 200 response? ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile

Handling 404 errors

2018-05-24 Thread Friscia, Michael
honesty, I am trying not to customize IIS and would rather focus customization on Nginx configuration files. Thanks, -mike ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu

Re: "This page isn't working" error

2018-05-23 Thread Friscia, Michael
Never mind, I had an error in a config file that was forcing a 444 response based on a regex that accidentally matched the second URL… ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http

"This page isn't working" error

2018-05-23 Thread Friscia, Michael
/help would be appreciated on what I need to do to get some sort of logged error from Nginx to give me a clue what is wrong with this page. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile

Re: Nginx Directory Listing - Restrict by IP Address

2018-05-18 Thread Friscia, Michael
statements anywhere in the configs. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.edu/> From: nginx on behalf of PRAJITH Reply-To: "ngin

Re: Blank Pages

2018-05-15 Thread Friscia, Michael
Actually I think that solves my problem and I had not realized that. I just need to remove my error_page declaration from the global file and specify within each server block instead which is probably better anyway. Thank you! ___ Michael Friscia Office

Blank Pages

2018-05-15 Thread Friscia, Michael
down that path I thought I’d ask. I cannot use proxy_intercept_errors on; because the upstream app serves customized 404 errors that I would lose. ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381

Re: Nginx only serves 1 App

2018-05-15 Thread Friscia, Michael
re. I ended up dumbing down the config to just server blocks with only access logs and a bunch of custom headers to make sure the request was being handled in the block I thought it would be in. ___ Michael Friscia Office of Communications Yale School of Med

Re: Custom error_page

2018-05-14 Thread Friscia, Michael
the 5xx errors instead of all? ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.edu/> From: nginx on behalf of Michael Friscia Reply-To:

Custom error_page

2018-05-14 Thread Friscia, Michael
server returns a 500, 502, 503, 504 or 404? ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.edu/> ___

Re: Debugging Nginx Cache Misses: Hitting high number of MISS despite high proxy valid

2018-05-14 Thread Friscia, Michael
I wish I had a lead for you. I’ve never seen that behavoir ___ Michael Friscia Office of Communications Yale School of Medicine (203) 737-7932 - office (203) 931-5381 - mobile http://web.yale.edu<http://web.yale.edu/> From: nginx on behalf of Quint

Re: Debugging Nginx Cache Misses: Hitting high number of MISS despite high proxy valid

2018-05-12 Thread Friscia, Michael
der X-Powered-By; proxy_hide_header X-AspNet-Version; proxy_hide_header X-AspNetMvc-Version; I have not experienced the problem you mention, I just thought I would offer my config. ___ Michael Friscia Office of Communications Yale School of Medicine (203

Load balancing

2018-05-10 Thread Friscia, Michael
if I stick with the simpler approach that uses just the single upstream configuration? 3. What would be the best variable to use for the split_client approach to achieve closest to a round robin? _______ Michael Friscia Office of Communications Yale School o

  1   2   >