Nginx Proxy Redirection Issue
I am new to using nginx. I am creating a homelab and trying to use this as reverse proxy
how to handle web servers replying with relative web links with NGINX as reverse proxy [closed]
Closed 1 hour ago.
Nginx in WSL2 | server_name regex not working to redirect http traffic to https [closed]
Closed 2 days ago.
How to use clientID on Adguard Home with Nginx reverse proxy
I have my server to use Adguard home and Nginx reverse proxy. But it’s only work on my second level subdomain. Now I want to use clientID on AGH, but it need subdomain of current AGH domain.
How to use clientID on Adguard Home with Nginx reverse proxy
I have my server to use Adguard home and Nginx reverse proxy. But it’s only work on my second level subdomain. Now I want to use clientID on AGH, but it need subdomain of current AGH domain.
How to use clientID on Adguard Home with Nginx reverse proxy
I have my server to use Adguard home and Nginx reverse proxy. But it’s only work on my second level subdomain. Now I want to use clientID on AGH, but it need subdomain of current AGH domain.
Nginx configuration for Martin server, handling JSON and Protobuf requests
I’m setting up Nginx to work with a Martin server from MapLibre (https://maplibre.org/martin/introduction.html).
Adding additional config results in 404 error
server_name example.com; root /var/www/html; index index.html index.htm index.nginx-debian.html; location ^~ /dashboard/ { alias /var/www/html/; try_files $uri $uri/ /index.html; } Above is a Nginx configuration. When https://example.com/dashboard/ is called, it properly shows the website from /var/www/html. However, when following location / configuration is included, the same URL results in “Failed to load resource: the server responded […]
ERR_SSL_PROTOCOL_ERROR when accessing website from mobile data
I have an API service built on Python-Flask & hosted on a subdomain e.g. api.example.com, I have installed OpenSSL ceritificate with CN (wildcard) as *.example.com
Nginx not routing simultaneous requests hashed by a header variable to same upstream
I am using Nginx v1.27 as a loadbalancer for 2 upstream services. The routing is decided by nginx using hash on a header in the request.