Show all posts by user
Page 1 of 1 Pages: 1
Results 1 - 4 of 4
The issue has been resolved.
I changed the redirection to port 443 in the reverse proxy settings and changed port 80 to port 443 in the website settings.
Everything worked.
by
Mr. Toad
-
Nginx Mailing List - English
Configs:
BackEnd:
server {
listen 80;
server_name site.domain.com;
charset utf-8;
root /var/www/site.domain.com;
index index.php index.html;
client_max_body_size 40m;
client_body_buffer_size 256k;
client_header_timeout 2m;
client_body_timeout 2m;
send_timeout 2m;
client_header_buffer_size 1k;
by
Mr. Toad
-
Nginx Mailing List - English
Hi all!
I have a website (backend).
I also have a reverse proxy on NGINX.
If I access the site directly then everything works fine.
And, if I get access through a reverse proxy, then the structure of the site breaks down (everything is displayed as text, without pictures and other dynamic content.
I tried adding a FastCGI handler to the site's reverse proxy config, but it didn't work.
Please
by
Mr. Toad
-
Nginx Mailing List - English
Hello!
I want to set up a proxy for Exchange Server 2016.
I can’t understand why NGINX doesn’t send authentication data.
Help me figure it out, please.
When I try to authenticate I get the error:
2023/10/31 10:23:52 5315#5315: *15836 auth http server 127.0.0.1:80 did not send server or port while in http auth state, client: 1.2.3.4, server: 0.0.0.0:143, login: "user@domain.com&quo
by
Mr. Toad
-
Other discussion