Re: I need help with our NGINX set up

2024-04-30 Thread zen zenitram
We dont use PHP, our system use perl cgi. So the problem is in cgi? On Wed, May 1, 2024, 8:57 AM Dan Swaney wrote: > The clue is with the URL which failed. > > From first look, you appear to be using a FAST CGI URL with PHP? > > Just a wild guess, but try using: > ``` > > fastcgi_param PHP_VAL

Re: I need help with our NGINX set up

2024-04-30 Thread Dan Swaney
The clue is with the URL which failed. >From first look, you appear to be using a FAST CGI URL with PHP? Just a wild guess, but try using: ``` fastcgi_param PHP_VALUE "upload_max_filesize = 500M \n post_max_size=500M" ``` Here is a reference link mentioning it: https://serverfault.com/a/704209

RE: I need help with our NGINX set up

2024-04-19 Thread Reinis Rozitis via nginx
> It only accepts maximum of 128 kb of data, but the client_max_body_size > 500M;. Is there a way to locate the cause of error. Can you actually show what the "error" looks like? The default value of client_max_body_size is 1M so the 128Kb limit most likely comes from the backend application o

I need help with our NGINX set up

2024-04-19 Thread zen zenitram
ged by Certbot client_max_body_size 500M; } server { if ($host = test.edu.ph) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; server_name test.edu.ph; return 404; # managed by Certbot client_max_body_size 500M; } Need help with this one. Tha

Location Directive Not Working - Help Please

2024-04-15 Thread duluxoz
Hi All, Quick Q: Why does the following config not work ie NginX is returning a 404 when I attempt to access a php file/page from the "/common/" location? Obviously I'm misunderstanding something about how location directives work  :-) ~~~ location /common/ {   root /www;   try_files $uri $

Clever dog cylan software update help needed

2024-04-03 Thread kmm
Hi all, I was sent to here for support from Clever dog page on Google playhttps://play.google.com/store/apps/details?id=com.cylan.jiafeigouI had to be installed the new version, after that I cannot enter, the button agree and continue is grey, inactive, inky the log out works.Who can help me? I

Re: module which handles POST request help (Maxim Dounin)

2023-09-19 Thread Ben Mesander via nginx
Hi Maxim, Thank you for your helpful response! I have made (partial) changes to my code to reflect your comments. I better understand the phase mechanism now, thank you. > If you actually want to handle such requests yourself, > consider instead using a content handler. In a content handler >

Re: module which handles POST request help

2023-09-18 Thread Maxim Dounin
Hello! On Mon, Sep 18, 2023 at 09:27:36AM -0600, Ben Mesander via nginx wrote: > I'm working on an nginx module which will handle POST requests. I've never > written an nginx module before, but I have worked on apache modules. My > goal is to have it do unbuffered reads and process the data being

module which handles POST request help

2023-09-18 Thread Ben Mesander via nginx
I'm working on an nginx module which will handle POST requests. I've never written an nginx module before, but I have worked on apache modules. My goal is to have it do unbuffered reads and process the data being posted as it arrives. Initially, I'm doing just a simple blocking read of the POST bod

Re: Help

2023-09-18 Thread Revvy via nginx
After compiling nginx 1.24.0 from the source tarball, using identical configure arguments, it just works. $ /sbin/nginx -V nginx version: nginx/1.24.0 built by gcc 12.2.0 (Debian 12.2.0-14) built with OpenSSL 3.0.9 30 May 2023 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --sb

Re: Help

2023-09-17 Thread Dmitry Volyntsev
On 17.09.2023 11:28, Revvy wrote: $ uname -a Linux toronto-srv-03 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.52-1 (2023-09-07) x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:    Debian GNU/Linux 12 (bookworm) Release:    12 Codena

Re: Help

2023-09-17 Thread Dmitry Volyntsev
On 17.09.2023 06:39, Revvy via nginx wrote: Sep 17 13:36:52 toronto-srv-03 nginx[127394]: nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_js_module.so" failed (/etc/nginx/modules/ngx_http_js_module.so: undefined symbol: EVP_PKEY_CTX_set1_hkdf_salt) in /etc/nginx/nginx.conf:4 Hi Revvy

Help

2023-09-17 Thread Revvy via nginx
I use nginx for my DNS over HTTPS and DNS over TLS. Here is my nginx.conf: user www-data; worker_processes auto; pid /run/nginx.pid; load_module /etc/nginx/modules/ngx_http_js_module.so; load_module /etc/nginx/modules/ngx_stream_js_module.so; events {     worker_connections 768; } # DNS Strea

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 popular. > > Federico > > On Fri,

Re: Help beating cloudflare

2023-02-03 Thread Manuel
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 popular. > > Federico > >> On Fri, Feb 3, 2023, 12:53 PM Payam Chychi wrote: >> Nice job! Though I think what you mean is that you found the

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
Yes 2 years ago nginx was very popular. Federico On Fri, Feb 3, 2023, 12:53 PM Payam Chychi wrote: > Nice job! Though I think what you mean is that you found the answer by > searching, chatgpt or otherwise :) > > Keep in mind, chatgpt is trained on 2y old data :) > > On Fri, Feb 3, 2023 at 9:14

Re: Help beating cloudflare

2023-02-03 Thread Payam Chychi
Nice job! Though I think what you mean is that you found the answer by searching, chatgpt or otherwise :) Keep in mind, chatgpt is trained on 2y old data :) On Fri, 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. >

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
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 connection that makes it > easy to detect if you know what you are looking for :) > > As it stands… you are not goin

Re: Help beating cloudflare

2023-02-03 Thread Payam Chychi
Lol, that is the point…. Proxies do stuff to the connection that makes it easy to detect if you know what you are looking for :) As it stands… 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

Re: Help beating cloudflare

2023-02-03 Thread Saint Michael
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, > > do you forward all headers the browser sends to the server? > The chrome version is very old. > You need to pretend that you are the browser. > > Kind regards, > Manuel > > >

Re: Help beating cloudflare

2023-02-03 Thread Manuel
Hi, do you forward all headers the browser sends to the server? The chrome version is very old. You need to pretend that you are the browser. Kind regards, Manuel > Am 03.02.2023 um 08:54 schrieb Lukas Tribus : >  > > On Friday, 3 February 2023, Saint Michael wrote: >> I have a reverse pro

Re: Help beating cloudflare

2023-02-02 Thread 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 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 r

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: Help with nginx.conf

2022-11-11 Thread Jeffrey Walton
t about this: I must install Nginx + ModSecurity + OWASP (CRS) because we must have the most security network with web pages to publicate... I help run a website and wiki. CRS was too aggressive in practice, and it broke the wiki. We could not submit page edits. So we used modsecurit

RE: Help with nginx.conf

2022-11-11 Thread Reinis Rozitis
> in a network that is using Nginx as Proxy Reverse since some years, the > nginx.conf file is like this include with Nginx-1.23.2 and that file appears > like this.. > > The second file is Nginx directly from Nginx.org, my question is, Why that > difference between both files nginx.conf i

Help with nginx.conf

2022-11-11 Thread Gus Flowers Starkiller
Hi people of Nginx, I hope you're ok. Please i Hope you can help me with this, in a network that is using Nginx as Proxy Reverse since some years, the nginx.conf file is like this include with Nginx-1.23.2 and that file appears like this.. user www-data; worker_processes auto; pid /run/ngin

Re: help with regex in nginx map

2022-09-15 Thread Francis Daly
f you are asking "how to use map", "how to set a variable", "how to write a regex in nginx", or something else. Does the following config fragment and example requests help at all? Within a http{} block: === map $arg_input $my_output_variable { "" &q

help with regex in nginx map

2022-09-15 Thread libresco_27
Hello there, I'm trying to write a simple regex for a map where only the first part of a string should match. I went through the documentation, which unfortunately didn't have much examples. Heres what I'm trying to achieve - map $string $redirct_string{ "~^abc*$" 1; } I also tried to

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

2022-09-15 Thread Michael Williams
Francis, WIth your help and suggestions of starting with the simplest and slowly adding steps, it is working. Here is the working config below. I started by getting the web server part only working well. You suggested not to use scheme=http for redirect, so I'm listening on 80 and redirecti

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

2022-09-15 Thread Francis Daly
On Mon, Sep 12, 2022 at 05:46:21PM -0700, Michael Williams wrote: Hi there, > Wow thank you. This really helps all the guidance and instruction. I really > appreciate your time. No worries. > One thing to clarify, is that if I turn off NGINX, the client page works > fine and connects to the app

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

2022-09-12 Thread Francis Daly
On Sun, Sep 11, 2022 at 11:53:43AM -0700, Michael Williams wrote: Hi there, > Francis thanks very much for taking the time to look at this. > Based on your suggestion, I commented out these 3 lines and it got rid of > the looping. I thought the same process that wants the WS feed also looked > f

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

2022-09-11 Thread Michael Williams
a. Is that wrong? Anyway, many thanks again if you can help with the next part, since that is the real goal: Unfortunately, WSS inbound proxied to WS on localhost isn't working. The process that is listening is running inside a docker. When the webpage tries to connect to NGINX to start a

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

2022-09-11 Thread Francis Daly
On Sat, Sep 10, 2022 at 05:47:29PM -0700, Michael Williams wrote: Hi there, > Can someone with fresh eye please review this config and tell me why > requests are infinite redirection to https? I suspect that whatever you are proxy_pass'ing to is seeing that it is getting a http connection, and i

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

2022-09-10 Thread Michael Williams
Hi All, Can someone with fresh eye please review this config and tell me why requests are infinite redirection to https? I'm trying to forward inbound requests on port 443 either to the localhost port 80 or the localhost port 25565, depending if it is a request for a WSS or for HTTP (files) Many

Re: Thanks for your help, Francis Daly

2022-07-23 Thread Francis Daly
On Sat, Jul 23, 2022 at 09:21:55AM +0100, Francis Daly wrote: > On Fri, Jul 22, 2022 at 11:41:25PM -0600, Jim Taylor wrote: Hi there, one update / possible correction: > > "N:  Skipping acquire of configured file 'nginx/binary-arnhf/Packages'  > > because the repository doesn't support armhf (or

Re: Thanks for your help, Francis Daly

2022-07-23 Thread Francis Daly
quot; could be "re-install the operating system as the arm64 version". > Is this normal?  Do I need to do another do over? It is an informational message which basically says "now that I look, I'm not using anything from that source this time&qu

Thanks for your help, Francis Daly

2022-07-22 Thread Jim Taylor
rrectly, but ... When I do an apt-get update, the line after the 5 'hit' messages and 'Reading Package Lists' says "N:  Skipping acquire of configured file 'nginx/binary-arnhf/Packages'  because the repository doesn't support armhf (or something like t

Re: need help reverse-proxy config

2022-05-16 Thread kalai1302
. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271891,294180#msg-294180 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Help with ssl_write() failed issue on nginx

2022-04-05 Thread adhprash
Do you need any more information? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293852,293906#msg-293906 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Help with ssl_write() failed issue on nginx

2022-03-22 Thread adhprash
Please find the output of nginx -V nginx version: nginx/1.20.1 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) built with OpenSSL 1.1.1g FIPS 21 Apr 2020 TLS SNI support enabled configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules

Re: Help with ssl_write() failed issue on nginx

2022-03-21 Thread Sergey A. Osokin
On Fri, Mar 18, 2022 at 01:25:34PM -0400, adhprash wrote: > And you are right, it is RHEL 7.9 > NAME="Red Hat Enterprise Linux Server" > VERSION="7.9 (Maipo)" > ID="rhel" > ID_LIKE="fedora" > > Below is our openssl version > > OpenSSL 1.0.2k-fips 26 Jan 2017 Thanks for the update. Could you r

Re: Help with ssl_write() failed issue on nginx

2022-03-18 Thread adhprash
And you are right, it is RHEL 7.9 NAME="Red Hat Enterprise Linux Server" VERSION="7.9 (Maipo)" ID="rhel" ID_LIKE="fedora" Below is our openssl version OpenSSL 1.0.2k-fips 26 Jan 2017 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293852,293855#msg-293855 __

Re: Help with ssl_write() failed issue on nginx

2022-03-18 Thread adhprash
Please find below output from nginx -t nginx -T nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful # configuration file /etc/nginx/nginx.conf: user nginx; worker_processes auto; error_log /var/log/nginx/error.log in

Re: Help with ssl_write() failed issue on nginx

2022-03-17 Thread Sergey A. Osokin
Hi there, hope you're doing well. On Thu, Mar 17, 2022 at 08:38:03PM -0400, adhprash wrote: > I am doing mTLS authentication . I am having trouble pinpointing the exact > issue because this happens intermittently. I have two clients setup for this > and this happens especially on only one client.

Help with ssl_write() failed issue on nginx

2022-03-17 Thread adhprash
I am doing mTLS authentication . I am having trouble pinpointing the exact issue because this happens intermittently. I have two clients setup for this and this happens especially on only one client. Below errors seem to randomly pop up [info] 31561#31561: *359835776 SSL_write() failed (104: Conne

Re: Help with UDP load balancing passive health checks

2022-02-25 Thread Sergey Kandaurov
> On 25 Feb 2022, at 08:30, Pawel Fraczek wrote: > > Thanks for the explanation. Sorry if I'm being dense but is there some way > to get udp passive health check to fail to the next server? > > Meaning,based on my configuration, am I doing something wrong or is this > simply unavailable wit

Re: Help with UDP load balancing passive health checks

2022-02-24 Thread Pawel Fraczek
nfo] 21362#21362: *771 udp timed out, packets > from/to client:1/0, bytes from/to client:145/0, bytes from/to upstream:0/145 > > > > But, it's not redirecting the connection to the healthy server. This > seems pretty simple but any ideas what I'm doing wrong? It

Re: Help with UDP load balancing passive health checks

2022-02-24 Thread Sergey Kandaurov
; 192.168.167.101:35506 connected to 192.168.167.109:5500 > Then this: > 2022/02/22 20:05:14 [info] 21362#21362: *771 udp timed out, packets from/to > client:1/0, bytes from/to client:145/0, bytes from/to upstream:0/145 > > But, it's not redirecting the connection to the healthy ser

Help with UDP load balancing passive health checks

2022-02-22 Thread Pawel Fraczek
any ideas what I'm doing wrong? It would seem that the non-commercial version should be able to do this, no? Any help is appreciated. I also tried to add a backup, but it doesn't work with UDP -- Pawel ___ nginx mailing list -- nginx@nginx

Re: help: proxy to https is working websockets is not!

2022-02-16 Thread Francis Daly
On Tue, Feb 15, 2022 at 08:56:18PM -0500, mevan wrote: Hi there, > WebSocket connection to 'wss://erx.asdf.com/ws/stats' failed: > edge.min.js:3210 > > How can I get this last part working? Does the description at https://nginx.org/en/docs/http/websocket.html or https://www.nginx.com/blog/

help: proxy to https is working websockets is not!

2022-02-15 Thread mevan
I have the following configuration working. I am able to login to the application and most of it works. However there are certain elements which function as websockets. I see this message in the browser devtools: WebSocket connection to 'wss://erx.asdf.com/ws/stats' failed: edge.min.js:3210 Ho

Re: [Help][File download issue]

2022-02-14 Thread Sergey A. Osokin
Hi Praveen, hope you're doing well these days. On Wed, Feb 09, 2022 at 04:17:57PM +0530, Praveen Kumar K S wrote: > Hello, > > I'm trying to download a file using curl and it's failing with the below > error message. > > curl: (18) transfer closed with 723659786 bytes remaining to read > > In

Re: [Help][File download issue]

2022-02-13 Thread Praveen Kumar K S
Hello, Not sure if my messages are reaching. Can someone please confirm ? On Thu, Feb 10, 2022 at 10:52 AM Praveen Kumar K S wrote: > Hello, > > I tried passing keep-alive to curl and still it is failing at 60%. Any > clues ? > > On Wed, Feb 9, 2022 at 4:17 PM Praveen Kumar K S > wrote: > >> H

Re: [Help][File download issue]

2022-02-09 Thread Praveen Kumar K S
Hello, I tried passing keep-alive to curl and still it is failing at 60%. Any clues ? On Wed, Feb 9, 2022 at 4:17 PM Praveen Kumar K S wrote: > Hello, > > I'm trying to download a file using curl and it's failing with the below > error message. > > curl: (18) transfer closed with 723659786 byte

[Help][File download issue]

2022-02-09 Thread Praveen Kumar K S
Hello, I'm trying to download a file using curl and it's failing with the below error message. curl: (18) transfer closed with 723659786 bytes remaining to read In nginx error logs, I see the warning below. 2022/02/09 10:35:35 [warn] 15737#15737: *74233 an upstream response is buffered to a tem

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-30 Thread lists
This is the list of effected programs. https://github.com/cisagov/log4j-affected-db/blob/develop/SOFTWARE-LIST.md   Original Message   From: ma...@nginx.com Sent: December 29, 2021 11:21 PM To: mauro.trid...@cmcc.it Reply-to: nginx@nginx.org Cc: nginx@nginx.org Subject: Re: Help

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-30 Thread Mauro Tridici
yway, during the last attack mail notification sent by the >>>> HIDS, I noticed that the NGINX server response was “HTTP/1.1 >>>> 200” and I’m very worried about it. >>>> Log4j and Java packages are NOT installed on the NGINX server >>>> and all the servers

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Maxim Konovalov
n the NGINX server and all the servers behind the proxy are not using Log4j. Could you please help me to understand the reason why the NGINX server answer was “HTTP/1.1 200”!? You can see below the mail notification I received: Attack Notification. 2021 Dec 28 20:45:59 Received

Re: [EXTERNAL] Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Mauro Tridici
e are services > that will feed your server firewall IPs to block in real time. I prefer to > have total control. > > > > > > Original Message > > > From: mauro.trid...@cmcc.it > Sent: December 29, 2021 10:30 AM > To: nginx@nginx.org > Reply-t

Re: [EXTERNAL] Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread lists
that will feed your server firewall IPs to block in real time. I prefer to have total control.   Original Message   From: mauro.trid...@cmcc.it Sent: December 29, 2021 10:30 AM To: nginx@nginx.org Reply-to: nginx@nginx.org Subject: Re: [EXTERNAL] Help request about Log4j attack attempts a

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Mauro Tridici
ious attack attempts. >> Anyway, during the last attack mail notification sent by the >> HIDS, I noticed that the NGINX server response was “HTTP/1.1 >> 200” and I’m very worried about it. >> Log4j and Java packages are NOT installed on the NGINX server >> and all th

Re: [EXTERNAL] Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Mauro Tridici
Hi Justin, thank you very much for your help. Since I’m a newbie, I would like to ask you additional details in order to “fix” this behaviour (if it shouuld be fixed). What is the meaning of “GET /“? Does It mean that the attacker is trying to GET something from the / path of the server

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Maxim Dounin
yway, during the last attack mail notification sent by the > HIDS, I noticed that the NGINX server response was “HTTP/1.1 > 200” and I’m very worried about it. > Log4j and Java packages are NOT installed on the NGINX server > and all the servers behind the proxy are not using Log4j. &g

Re: [EXTERNAL] Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Slaughter, Justin D
t is pocket change for them. > > I will leave it up to the gurus to parse the log. > > > > > > > Original Message > > > From: mauro.trid...@cmcc.it > Sent: December 29, 2021 6:55 AM

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Mauro Tridici
gt; > Original Message > > > From: mauro.trid...@cmcc.it > Sent: December 29, 2021 6:55 AM > To: nginx@nginx.org > Reply-to: nginx@nginx.org > Subject: Help request about Log4j attack attempts and NGINX logs meaning > > > > > Dear Users, >

Re: Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread lists
e the log.     Original Message   From: mauro.trid...@cmcc.it Sent: December 29, 2021 6:55 AM To: nginx@nginx.org Reply-to: nginx@nginx.org Subject: Help request about Log4j attack attempts and NGINX logs meaning Dear Users, I have an old instance of NGINX (v.1.10.1) runni

Help request about Log4j attack attempts and NGINX logs meaning

2021-12-29 Thread Mauro Tridici
/1.1 200” and I’m very worried about it. Log4j and Java packages are NOT installed on the NGINX server and all the servers behind the proxy are not using Log4j. Could you please help me to understand the reason why the NGINX server answer was “HTTP/1.1 200”!? You can see below the mail

Re: Help with static content

2021-11-03 Thread deeztek
So after some more trial and error, I was able to display static content by including the following: location ~* \.(?:ico|css|js|gif|jpe?g|png|woff2|map)$ { # Some basic cache-control for static files to be sent to the browser expires max; add_header Pragma public; add_head

Re: Help with static content

2021-11-03 Thread deeztek
I ran it and there were no problems found. I think there is a misunderstanding. There are no errors in Nginx. Nginx starts with no problem and I'm able to access the application. The only problem is that static content is not being served when I configure and use a FQDN to access the application.

Re: Help with static content

2021-11-03 Thread basti
Check your config with 'nginx -T | less' for 'server_name _'. This is a catch_all as described in the docs. On 02.11.21 22:50, deeztek wrote: > I already tried that with same results. > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,292742,292744#msg-292744 > > __

Re: Help with static content

2021-11-02 Thread deeztek
I already tried that with same results. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292742,292744#msg-292744 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Help with static content

2021-11-02 Thread basti
First of all try to add a "server_name". See http://nginx.org/en/docs/http/server_names.html Am 02.11.21 um 20:46 schrieb deeztek: > I'm having a problem with Nginx serving static content (.css, .js, .png, > .jpg etc.). > > In the below configuration, if I access the server via IP address static

Help with static content

2021-11-02 Thread deeztek
I'm having a problem with Nginx serving static content (.css, .js, .png, .jpg etc.). In the below configuration, if I access the server via IP address static content is served with no problem. However, if I switch to host name, I get a 404 for all static content. === nginx.conf starts here === s

Re: Nginx reverse proxy regex help

2021-09-20 Thread Francis Daly
ponse headers, which for a 301 redirect would include a "Location:" header that may or may not match something that nginx expects to modify before it returns it to the client. All of that information should help you see where things start to go wrong. It looks like in your follow-up mail, y

Re: Nginx reverse proxy regex help

2021-09-19 Thread blason
Hi Team, Looks like my issue is resolved by adding this line after proxy_pass proxy_ssl_server_name on; Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292405,292419#msg-292419 ___ nginx mailing list nginx@nginx.org http://mailman.n

Re: Nginx reverse proxy regex help

2021-09-19 Thread blason
Well actually while doing a curl request site is being moved and here is I am getting curl -vk https://xx.xx.xx/TestPage/ Object moved Object moved to here. * Connection #0 to host xx.xx.xx left intact Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292405,292418#msg-292418 ___

Re: Nginx reverse proxy regex help

2021-09-19 Thread blason
Sure I'll note that. and I feed something is not right at remote end server. Thanks for your help. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292405,292417#msg-292417 ___ nginx mailing list nginx@nginx.org http://mailman.ngin

Re: Nginx reverse proxy regex help

2021-09-19 Thread Francis Daly
On Sat, Sep 18, 2021 at 10:53:57PM -0400, blason wrote: Hi there, > Oh my bad those xxx. and sss consider those are single url. I just typed > while creating this post randomly It Will probably be helpful in any future mails if you consistently replace any information that you want to keep secre

Re: Nginx reverse proxy regex help

2021-09-18 Thread blason
Oh my bad those xxx. and sss consider those are single url. I just typed while creating this post randomly Here are my error.log - 2021/09/17 11:23:09 [error] 9429#9429: *1814357 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream, client: 10.

Re: Nginx reverse proxy regex help

2021-09-18 Thread Francis Daly
On Fri, Sep 17, 2021 at 01:34:32AM -0400, blason wrote: Hi there, > I have server whose URL is https://xx.xx.xx.xx/TestPage/ which gets > generated as > > https://.xxx.xxx/TestPage/(S(0inoxzi14rxqq1uix1tiyp1t))/index.aspx You have a variety of .xx and .ss, and it's not immediately clear to

Nginx reverse proxy regex help

2021-09-16 Thread blason
://xxx..sss.ss/TestPage; Now if you see after TestPage there is a unique value gets added and then index.aspx however whenever request is passed through nginx I get 502 badgateway. Wondering how do I pass that unique value through regex? Please help here is lcoation location /TestPage

Re: Reverse proxy help.

2021-09-15 Thread Francis Daly
On Wed, Sep 15, 2021 at 05:36:54PM -0400, Robert Sawyer wrote: Hi there, > if someone tries to simply access the external IP present an error or > if there is a known page that exists on the proxy server ( I have a > php page with a known name that displays phpinfo for validating server > info) d

Reverse proxy help.

2021-09-15 Thread Robert Sawyer
I am new to nginx so please be patient, if this info is available elsewhere please tell me where. I have 3 nginx servers. 1 is used as a reverse proxy and that is where my question is. I have 2 web sites running on my home network. I have configured the DNS to refer the site names to my (fixed

Need help regarding DSR with NGINX - not working as expected

2021-08-27 Thread Rajen Patel
some issue with iptables but don't know how to trace this issue. Your help is much appreciated. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

help me understand NGINX

2021-07-15 Thread drew571
Sorry but I'm new to NGINX and i have a few questions. Please bear with me. My understanding of NGINX is that it allows me to just keep port 443 open and NGINX will forward the traffic to the correct IP address and port inside my network based on the domain being used to get to my NGINX instance.

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-06-28 Thread Francis Daly
create as you requested and yes now I'm not getting any > permission-denied error or any error in the error.log file when I access > the url. So thank you for this ! Good that you no longer have that error message! And also good that the other issues seem to be resolved too. > All go

Re: Fwd: help websockets

2021-06-23 Thread Francis Daly
On Wed, Jun 23, 2021 at 05:10:49PM +0100, Alison wrote: Hi there, > Does anyone have any suggestions about the below ? I don't have an answer for your question; but I will note that you seem to be asking about an nginx ingress controller for kubernetes; and there is more than one of those. http

Re: help websockets

2021-06-23 Thread zak preedy
no On Wed, 23 Jun 2021 at 17:11, Alison wrote: > Hi, > > Does anyone have any suggestions about the below ? > > Thank you very much, > > Alison > > > -- Forwarded message - > From: Alison > Date: Fri, 18 Jun 2021, 15:06 > Subject: help we

Fwd: help websockets

2021-06-23 Thread Alison
Hi, Does anyone have any suggestions about the below ? Thank you very much, Alison -- Forwarded message - From: Alison Date: Fri, 18 Jun 2021, 15:06 Subject: help websockets To: Hi, I'm using the following ingress in my jupyterhub application to expose the applic

Fwd: help websockets

2021-06-18 Thread Alison
Hi, I'm using the following ingress in my jupyterhub application to expose the application externally from within the cluster: apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: py-ingress annotations: kubernetes.io/ingress.class: nginx n

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-06-03 Thread Fatma MAZARI
, > > > Hope you are doing good ? Thanks for your quick responses for my emails > > again. I have 02 questions for you today, I will brief it down for > your > > ease. > > You're welcome. > > In general, if the questions are unrelated to the first one,

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-06-02 Thread Francis Daly
questions are unrelated to the first one, it's best to start a new mail. That'll help someone search for questions and answers in the future. In this case, they are kind-of vaguely related, so we'll keep[ them in this thread. > But when I tail the /var.log/nginx/error.log file for >

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-06-01 Thread Francis Daly
On Sat, May 29, 2021 at 07:46:40PM +0530, Amila Gunathilaka wrote: Hi there, > My concern is why nginx still gives 401 responses *unless *my nginx.conf > has a basic authentication user name and password file in the > location /etc/nginx/.htpasswd. > > It says still not authenticate my external

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-05-31 Thread Francis Daly
On Sat, May 29, 2021 at 07:11:38PM +0530, Amila Gunathilaka wrote: Hi there, It sounds like you have the main part solved by changing the "health check" request to be one that your port-9091 upstream is able to handle, which is good. > >As I understand it, the load balancer is making the request

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-05-29 Thread Amila Gunathilaka
a the World Wide Web, visit > http://mailman.nginx.org/mailman/listinfo/nginx > or, via email, send a message with subject or body 'help' to > nginx-requ...@nginx.org > > You can reach the person managing the list at > nginx-ow...@nginx.org > >

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-05-28 Thread Francis Daly
On Tue, May 25, 2021 at 09:47:47PM +0530, Amila Gunathilaka wrote: Hi there, > I'm sorry for taking time to reply to this, you were so keen about my > problem. Thank you. No worries at all -- the mailing list is not an immediate-response medium. > Actually my problem was when sending *response

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-05-19 Thread Francis Daly
my nginx configuration file didn't work as it always says *405 method > not allowed* error when request passing from nginx into the external load > balancer (up-stream server). In nginx terms, in the setup I have described above, "upstream" is "the container application"

Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-05-17 Thread Amila Gunathilaka
> > Hello All ! I have nginx installed on my linux host and* listen on http port 80* and I want to bypass external traffic coming from external load balancer (up-stream server) into my *nginx reverse proxy server (80 port) *and want to bypass that http traffic into y application running in a dock

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Thomas Stephen Lee
Hi Andrei, You are right about RHEL 8. The OpenSSL update in RHEL OpenSSL comes within days of release by the OpenSSL people. But it takes a bit more time for CentOS 8. So we use this script for both RHEL and CentOS. Thanks --- Lee On Fri, Apr 16, 2021 at 3:41 PM Andrei Belov wrote: > > > > On

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Andrei Belov
> On 16 Apr 2021, at 13:00, Thomas Stephen Lee wrote: > > Thanks a lot, Andrei. > > That worked well. > > I had the same problem in RHEL 8. > > below is the modified script for EL8 Glad to hear it's working for you now. Out of curiosity - in case of RHEL8, what's the point of rebuilding ng

  1   2   3   4   5   >