Quantcast
Channel: Nginx Forum - How to...
Browsing all 4759 articles
Browse latest View live
↧

Re: Cannot push rtmp to Vimeo or Microsoft

Found this article which is exactly the issue Im having with Microsoft Live streaming and NGINX...

View Article


Creating Wordpress site - NGINX php-fpm error

Hi, I setup my CentOS 8 server with nginx php v7.3 with the required modules and all was working fine. I then wanted to modify the install so you no longer require entering the FTP details to add...

View Article


Error with nginx\php-fpm\Wordpress 13: Permission denied

Hi, I setup my CentOS 8 server with nginx php v7.3 with the required modules and all was working fine. I then wanted to modify the install so you no longer require entering the FTP details to add...

View Article

Configuration for static contents 503 failover server

Hi Nginx users I've created a cluster of servers that operates essentially as an overflow mechanism on load balancers. This cluster is added to physical load balancers with a lower priority, and in the...

View Article

Proxying with cache from CDN

Hello! I would like to know how to correctly cache content from CDN. CDN contains a bunch of files (some very large, up to 200GB) I want to keep them in my cache so my friends can download from my...

View Article


Bad Gateway 200

I'm getting a Bad Gateway 502 Error when trying to use scispacy.linking.EntityLinker in a Django app running inside a Docker container. The offending line of python code is: linker =...

View Article

Disable TLSv1.1

Hi all, I tried to disable TLSv1.1 but testing still alive refer openssl command. Have multiple virtual host configuration but confirmed the ssl_protocols just TLSv1.2 & TLSv1.3. Can anyone help...

View Article

Newbie question on reverse proxy.

Hi guys, Just started with NGINX... I have a machine running docker with the application that has frontend (port 80), backend (port 8080) and mqtt server (running via websocket, port 9001). I'm trying...

View Article


RP'd Pages Time Out When Inactive

Hey Guys - Quick question (hopefully), please... I use nginx with php 7.2 on Windows 10 - mostly for reverse proxy for my locally hosted web services. If I leave OctoPrint (via RP) tab inactive for a...

View Article


Re: RP'd Pages Time Out When Inactive

Nevermind - Found that it occurs when accessing directly via IP as well :( Thanks

View Article

Re: Disable TLSv1.1

Problem solved and verified the configuration "ssl_protocols TLSv1.2 TLSv1.3;" is working fine. Because has nodejs effective all of protocols. Enable only TLS 1.2 in Node JS...

View Article

Re: Disable TLSv1.1

POC to disable TLSv1.1 but the problem still occurred. That means not related nodejs.

View Article

nginx proxy to external proxy

Hi! I need to configure an nginx proxy that directs requests to another proxy and I'm having some trouble. Here's the context: We have machine A from where the request comes from, machine B where the...

View Article


Re: Disable TLSv1.1

Interesting... current nginx has multiple virtual hosts. Only one virtual host can't to disable TLSv1.1. Two virtual hosts is pointing to the save of home location, but using different server name. I...

View Article

Set up SSL on Ubuntu

I'm having difficult setting up SSL on nginx running on Ubuntu. I have a .pfx, .crt, and .pem cert files to work with, but the documentation is for setting it up with .crt and .key files. The code...

View Article


Re: Disable TLSv1.1

Finally, problem solved because the OS on AliCloud and enabled WAF service. Through Internal IP is disabled, WAF is enabled.

View Article

ERR_CONNECTION_RESET after port forward on gateway

I have nginx running on port 7777. I have this configuration: server { listen 7777 ssl; listen [::]: 7777 ssl; ssl_certificate /77/apps/nginx/conf/77.crt; ssl_certificate_key...

View Article


Kubernetes Liveness and Readiness Probes for Nginx Proxy

Hello, I am using nginx as a reverse proxy in a Kubernetes Cluster where I have multiple services terminating TLS and being routed to the appropriate servers. The one question I have is how best to...

View Article

Share mp4 video files

Hi, I woud like to ask for help. My goal is to server mp4 video files via direct urls to my wordpress site (fluid player) at different server. I managed to propagate folder with files...

View Article

gzip resources which have query strings

I've been searching for hours but found no solution. I cannot get nginx to gzip working for static files (css, js) that have query strings (versions usually). This is impacting performance ratings. Can...

View Article
Browsing all 4759 articles
Browse latest View live