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 ArticleCreating 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 ArticleError 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 ArticleConfiguration 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 ArticleProxying 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 ArticleBad 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 ArticleDisable 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 ArticleNewbie 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 ArticleRP'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 ArticleRe: RP'd Pages Time Out When Inactive
Nevermind - Found that it occurs when accessing directly via IP as well :( Thanks
View ArticleRe: 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 ArticleRe: Disable TLSv1.1
POC to disable TLSv1.1 but the problem still occurred. That means not related nodejs.
View Articlenginx 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 ArticleRe: 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 ArticleSet 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 ArticleRe: Disable TLSv1.1
Finally, problem solved because the OS on AliCloud and enabled WAF service. Through Internal IP is disabled, WAF is enabled.
View ArticleERR_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 ArticleKubernetes 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 ArticleShare 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 Articlegzip 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