Re: Internal Error
Can't edit my post, so will reply instead: - tried to create a SSL certificate and test connectivity. NPM returned that a server was detected but returned an unexpected status code "invalid domain or...
View ArticleRe: Internal Error
- telnetting my public ip on port 443 also results in a failed connection
View ArticleRe: Internal Error
So testing across different NPM installations: When NPM is installed as a TrueNAS app: - when trying to create a certificate, server reachability is failed. The error is that a server can found but...
View ArticleLimiting reverse proxy targets
Hi there, Is there any way of preventing a redirect to any server except a specific server? That is to deny all redirects to anything but a specific target server? The requirement is to prevent...
View ArticleRedirecting to nextcloud with nginx
Hi, I have 2 VMS on a server. Both has Ubuntu 23.10. One of them has installed Nextcloud that is accessed from Internet from https://nextcloud.midiominio.com:1234. In the other vm I have nginx working...
View ArticleVideos Not Working on iPhone and iMac Browsers for React JS Website on NGINX...
Hi all, I have a React JS website hosted on an Ubuntu VPS with NGINX as the web server. The videos work fine on most browsers and devices, but I’m facing an issue where they won’t play on any browser...
View ArticleRe: HTTP/3 QUIC - Very poor throughput with high latency, high bandwidth...
I don't suppose anyone has found a solution to this?
View ArticleQuestion: How to Load Balance to Backend Using Nginx
I am currently considering an implementation to load balance between two specified backend servers using Nginx. I understand that this is possible depending on the configuration of the upstream...
View ArticlePls Help - Can't Hit My Server Endpoints From The Outside
Hi there! So I originally posted my config files and have a huge thread back and forth here: https://users.rust-lang.org/t/cant-connect-to-rust-executable-running-on-live-server/119939/12 Basically, I...
View ArticleRe: Pls Help - Can't Hit My Server Endpoints From The Outside
This is what my nginx service config looks like. I've tried a LOT of different ones: located at: /etc/nginx/sites-available/quackers-beta.jimlynchcodes.com ``` server { listen 443 ssl; server_name...
View ArticleRe: Pls Help - Can't Hit My Server Endpoints From The Outside
and here's my /etc/nginx/nginx.conf: user www-data; worker_processes auto; worker_cpu_affinity auto; pid /run/nginx.pid; error_log /var/log/nginx/error.log debug; include...
View ArticleNGX_MODULE_SIGNATURE : Nginx module not binary compatible Alpine 3.20 nginx...
Hello all I am facing a problem that I don't understand the origin of it, but I was able to solve the issue. Maybe any of you have an idea how to look for the root of the difference? Any reasons why...
View ArticleRe: NGX_MODULE_SIGNATURE : Nginx module not binary compatible Alpine 3.20...
It seems like the auto/modules changed between versions: 1.26.2: we only have this on the NGX_COMPAT condition if [ $NGX_COMPAT = YES ]; then have=NGX_COMPAT . auto/have have=NGX_HTTP_GZIP . auto/have...
View ArticleWhy does https://grace-central.net work, but www.grace-central.net does not
First, I am new here. If this topic is in the wrong forum, please let me know where to post. I set up a nginx server for my (not so great looking) website on arch Linux. I then used certbot to get a...
View Articlenginx rtmp with authentication
Good morning,I have installed nginx with rtmp module on a ubuntu server. I would need to stream to nginx with user & password authentication. Can it be done. Do you have any document or help to...
View ArticleMixing listen directives in http/server
Hi, all. After the upgrade to nginx 1.26.2 I started facing this warning: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /path/to/123456.conf:8 Here's how configuration is laid out....
View ArticleRe: Mixing listen directives in http/server
Problem solved) If all listen 443 lines in all files have the same options - there will be no warnings. In my case listen 80; listen 443 ssl; in all included files and the "catch-all": listen 80...
View ArticleRe: Nginx upstream unix socket keepalive?
I still would like to know the answer on this question please? When we are talking about PHP-fpm. Does setting fastcgi_keep_conn on; even make sense when using a unix socket file in fastcgi_pass?...
View ArticleWhy does installing php-fpm under nginx fail?
I have nginx installed Ok with it running using my johnrose.mywire.org server block. When I try to install php-fpm it fails: Active: failed (Result: exit-code) since Fri 2024-11-08 09:42:43 GMT; 20ms...
View ArticleRe: Nginx upstream unix socket keepalive?
Somebody executed a benchmark, which does show still improvements when using keepalive with PHP socket files: Test case RPS Latency TCP / fastcgi_keep_conn OFF / keepalive OFF 8791.1 ± 161.45 225µs ±...
View ArticlePause on HTTP traffic to downstream proxy
Hi all! First time poster and still trying to learn nginx so bear with me here. Previously, I had a bunch of web services hosted on Docker, proxied using Traefik. I now want to branch into learning...
View Articleread server blocks located in subfolders
Right now I have lots of server blocks completely random in conf.d e.g.: site-1.conf site-2.conf ... But I need more organization, e.g.: conf.d/user-1/site-1.conf conf.d/user-1/site-2.conf...
View ArticleProxy_pass and Authorization Basic and Bearer
Hi, I have nginx as a reverse proxy. The proxy require authentication with Authorization Basic. I can access the proxied server fine, until it gets to the request /api/config/config_entries/flow. The...
View Articlereverse proxy for home automation
Hello! I recently installed nginx on my fedora server (running i na vm) and I want to set up a revers proxy to home assistant server. Here is my nginx config: server { listen 80; server_name...
View ArticleBad Request Request Line is too large
Hello, I installed "Datagerry" (cmdb) via deb on Ubuntu and it's working. When I add a new field (for laptop / hardware) then I got the following error message when I will save it: An Error Occurred...
View ArticleRe: Bad Request Request Line is too large
OK, this is solved. Simply add this line to the webserver section in Datagerry's cmdb.conf: limit_request_line = 8190 Nothing found about this in Datagerry's documentation. It was a guess and it's...
View ArticleReverse-proxy, mix layer 4 & layer 7, use SNI
I have a couple of VPS's running AlmaLinux 9.x with RPM NGINX as a reverse-proxy, that I use as my personal web proxies. I want to add OpenConnect (ocserv) as a backend service so that I can use these...
View ArticleMultiple domains templating
Hello Coming from Caddy there is a feature where I can include a file passing arguments to the file, hence designing template files is very neat and straigthforward Imagine I have 100 domains,...
View Articlevirtual host custom error page fails to display
hi there. an nginx neophyte here. i seem to have a problem having my custom error page display for my virtual host. the error page (error.html) resides in /some/path/outside/of/var/www/html/ the custom...
View Article