All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
0 answers
15 views

Ubuntu - Nginx client cert authentication: is a public CA a security risk?

I am struggling with a Nginx setup as reverse proxy with client certificate authentication. The client is only accepting publicly signed certificates to be imported as client certificates for ...
Jonathan Fake's user avatar
0 votes
1 answer
30 views

How to serve static files for Docker Nextcloud-fpm behing nginx reverse proxy?

I have a similar problem to NextCloud FPM Docker Image behind an NGinX Docker Container as Proxy Reverse I have multiple web apps running in Docker containers behing a Nginx reverse-proxy. I'm trying ...
Manumie's user avatar
  • 43
-1 votes
1 answer
85 views

Nginx Upstream servers and reverse proxy

I'm new to server stuff and started learning nginx, so any help is greatly appreciated. I have 3 domains from cpanel with the same IP address namely extra1.example.com, backend1.example.com and ...
Cris John Rey Tarpin's user avatar
0 votes
1 answer
43 views

How can I keep track of nginx restarts and reloads?

I have an nginx reverse-proxy on a ubuntu server in AWS. How can I see when it's configurations were reloaded, either via CLI or otherwise, and when it was restarted altogether? If it doesn't record ...
simboyd's user avatar
0 votes
1 answer
50 views

NGINX reverse proxy not working as expected

I'm trying to deploy an app through docker containers and reverse proxy it to my destination endpoint. My docker compose file looks like this: version: '3.4' services: monitor.api: image: ${...
maaajo's user avatar
  • 101
0 votes
2 answers
97 views

NGINX Configuration Issue: Specific Subdomain Not Redirecting Correctly

I'm facing an issue with my NGINX configuration, where a specific if condition for redirecting domain traffic doesn't seem to be working as expected. My goal is to redirect traffic from sub1....
user3325207's user avatar
0 votes
0 answers
141 views

NGINX config for multiple Symfony installations using subfolders

I have a shopware installation (version 6.5.5.1) running on my domain. I want to add more independent Shopware installations, using the same domain (for different languages/countries). For example, ...
dorina's user avatar
  • 1
0 votes
1 answer
95 views

nginx does not forward traffic with TLS v1.1

Im using nginx 1.18.0 on an Ubuntu 22.04 server machine as a reverse proxy. Everything works fine except for one thing. A client uses a desktop application, which sends https requests to a specific ...
cladmin's user avatar
0 votes
2 answers
91 views

Nginx Server Block Configuration Issue - Conflicting Domains

I have a clean installation of Nginx, specifically version 1.24.0, on my Amazon Linux 2023 server, and I'm facing an issue with the server block configuration. I have three server blocks set up for ...
Sina Nouri's user avatar
0 votes
0 answers
47 views

How to config NGINX such that I can call https://<MY_DOMAIN>:<MY_PORT>/<URI>/

What I am trying to DO: I have a QNAP NAS on which I am trying to set up my NGINX via docker such that I will be able to add multiple services on my home server. What I am trying to do now is to set ...
Mircea's user avatar
  • 101
0 votes
0 answers
59 views

NGINX fails to connect to Nextcloud instance

I have a server running proxmox with 3 VMs: NGINX, Bitwarden and Nextcloud. Bitwarden works fine which proves that NGINX is working ok, however when NGINX tries to connect to Nextcloud it will result ...
verumIgnis's user avatar
0 votes
0 answers
53 views

phpMyAdmin loading incredibly slow through nginx reverse proxy

So I have a Synology NAS at home with some services running that I need to be accessible from the WWW, but understandably do not want to open ports on my home IP to the wide internet (especially ...
jnko's user avatar
  • 1
0 votes
0 answers
254 views

Reverse proxy for use with iframe

Weather Observations-II this web page has the following link: Videofeed of Weather Condition this page calls iframe link: <iframe width-"1300" height="731" src="http://c500....
William's user avatar
-1 votes
1 answer
69 views

Preview website without DNS like hostcx

I want to make a website like HostCX is this possible with Nginx Reverse Proxy and what is needed to achieve this? When the website google.com is entered it should not be checked based on DNS ...
Noob's user avatar
  • 99
0 votes
1 answer
106 views

Nginx having multiple sites-enabled breaks nginx

I have a weird issue happening in my Nginx server. I am using Nginx as a reverse proxy for multiple services running on my servers internally. This is kind of what I was trying to accomplish: app1....
DevShadow's user avatar
  • 101
0 votes
0 answers
28 views

Nginx missing trailing slash redirects to the wrong url behind proxy

We use an nginx webserver behind an nginx proxy. When i try to browse a subpath, the nginx backend webserver (something.example.local) appends a trailing slash behind the url (301 redirect) -as ...
5poharviz's user avatar
0 votes
1 answer
65 views

nginx GET request with internal server name instead of public domain name

I have set up a nginx reverse proxy with Ubuntu Server 22.04 LTS. The Abacus web application should be accessible with https://abacus.contoso.com from the internet. The internal server name is srv06. ...
Fabmic96's user avatar
0 votes
0 answers
206 views

Configuring Nginx Reverse Proxy: Resolving Bad Gateway Issue

I am attempting to set up an Nginx reverse proxy that should be accessible from another server. The purpose is to redirect requests to an upstream test environment. The connection necessitates a ...
Radoslav Enev's user avatar
0 votes
0 answers
263 views

Dockerized Nginx Reverse Proxy - Real IP

I have following problem. I have a docker compose setup which spins up a frontend service using Nuxt3 and a backend API based on golang.This two containers are exposed via an Nginx reverse proxy ...
Sol's user avatar
  • 1
0 votes
0 answers
19 views

How to Avoide Passing Regrex Part into proxy_pass in Nginx

I want to foward all request to https://myfrontend/(anything)/front/ to my backend server http://mybackend:8081 and now I setup my nginx like below: location ~ ^/(.*)/front/ { proxy_pass http://...
Sijian's user avatar
  • 1
0 votes
1 answer
142 views

iredmail on ubuntu 22.04.3, nginx proxy, roundcube

before that, i've hosted some websites from my synology nas. But now, i need to create a mailserver. 've installed iredmail on ubuntu server, and created a new Nginx server ( on other hw) for the ...
Dávid Csorba's user avatar
0 votes
1 answer
222 views

Issue with Web Server running PHP thru Reverse Proxy

I'm using an NGINX reverse proxy, with wild card certs installed on the reverse proxy. Routing the NGINX reverse proxy traffic to standard web servers that are running Apache2 and NGINX Web services ...
Surfingjoe's user avatar
0 votes
0 answers
374 views

Cannot connect to website through reverse proxy on local network

I'm having this strange issue. I have a local network running a server with my gitlab instance and some webpages. The configuration of my reverse proxy is following: server { server_name my.website....
Just Bucket's user avatar
0 votes
0 answers
301 views

nginx radicale reverse proxy: 403 Error

Made some attempts to configure a reverse proxy for radicale. Site is up and running meaning I can connect to the webui but im getting a 403 error when I attempt to connect it to my client (Calcurse-...
Nic's user avatar
  • 1
0 votes
0 answers
149 views

Multiple NextCloud instances behind NGINX Reverse Proxy

Currently I have a NGINX proxy running that manages all domains and SSL certificates. Now I want to access two NextCloud instances on one server (Apache, different paths) via different subdomains. Eg. ...
Patrick's user avatar
0 votes
0 answers
162 views

Reverse Proxy Issue: WordPress Admin Redirects and Incorrect Static Content Serving

I have a configuration issue with my website setup involving a reverse proxy and WordPress. Currently, I have two domains: example.com hosted on server A and example.net hosted on server B. To display ...
Sina Nouri's user avatar
0 votes
1 answer
185 views

NGINX Reverse Proxy - Hide origin information to the destination server

I have a script that load images from an external server. This script runs on many different websites and what I need is that every click on the image will be proxied so it seems that the click comes ...
fasenderos's user avatar
0 votes
0 answers
81 views

How to rewrite a file URL in a reverse proxy upstream to a host local path?

I setup a Nginx reverse proxy virtual host as below: location / { proxy_pass http://127.0.0.1:8082; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Host $server_name;...
Vincent's user avatar
0 votes
0 answers
279 views

proxy pass/redirect not working on Nginx reverse proxy

I am trying to achieve the below with nginx - I have 2 docker containers running on a server once container runs nginx on port 80 & takes requests from AWS application load balancer. Then based on ...
usert4jju7's user avatar
0 votes
0 answers
31 views

Nginx reverse proxy: no certificate on proxy, use the backend one

I have a small machine that serves as an entry point to my network, let's call it A. I also have two servers on my private network which are not accessible from outside, let's call them B1 and B2. We ...
Aisteru Firë's user avatar
0 votes
0 answers
387 views

Nginx Reverse Proxy custom location not serving static files

I'm trying to serve 2 different websites under the same subdomain depending on the location. Using the GUI from Nginx Proxy Manager Docker container I've managed to set up the initial domain https://...
Shadark's user avatar
  • 101
0 votes
0 answers
56 views

nginx change timeout response

We have a reverse proxy server with nginx. We want to pass a static page in case the reverse proxy timesout. Current configuration is: server { listen 443; ssl on; ssl_certificate ...
DJ''s user avatar
  • 101
0 votes
1 answer
363 views

Using Nginx reverse proxy with CloudFront

We have a domain served by CloudFront and now we need to add a reverse proxy using Nginx (unfortunately the reverse proxying capabilities of CloudFront are insufficient for our use case). My question ...
revy's user avatar
  • 101
0 votes
0 answers
137 views

Nginx Reverse Proxy using only Trailing Slashes

Hello ServerFault community, I have been encountering numerous issues with my Nginx reverse proxy implementation, specifically regarding the handling of trailing slashes. I would greatly appreciate ...
nickcrv06's user avatar
2 votes
1 answer
1k views

Ngnix Reverse Proxy Setup SSL For Localhost In Docker

Using below docker compose.yml I am creating 2 containers and a reverse proxy container.. version: '3' services: # SSGTM Tag Server Container tagging_server_container: image: gcr.io/cloud-...
Sajjad Hossain Sagor's user avatar
0 votes
0 answers
875 views

docker registry behind nginx reverse proxy with authentication and ssl

I'm trying to push images remotely to my private docker registry, which fails like this: $ podman push sub.example.com:5000/dummyimg sub.example.com:5000/rem/dummyimg Getting image source signatures ...
Yaroslav Alexeevich's user avatar
0 votes
1 answer
129 views

Traefik as reverse proxy with certbot / lego

When setting up a server I use a reverse proxy and acme tool for dns01 support (I use either nginx + certbot or nginx + lego). I want to start using traefik instead. I don't understand how traefik ...
lonix's user avatar
  • 918
1 vote
1 answer
96 views

Unable to make right URL structure with NGINX proxy

I have two application. One is a nextjs app and another is a WordPress app. Both are running in difference instances. In order to serve my WordPress blog from my main site like https://example.com/...
Hasan's user avatar
  • 121
0 votes
0 answers
308 views

Nginx, reverse proxy and HTTPS

I have a problem setting up reverse proxy in nginx for HTTPS. I have set up Tomcat HTTPS connector on 127.0.0.1:443. It works: % openssl s_client -showcerts -connect 127.0.0.1:443 CONNECTED(00000005) ...
LetMeSOThat4U's user avatar
0 votes
0 answers
129 views

How can I configure gitlab and nginx as a reverse proxy with SSL authenticating to Azure AD?

I've been pushing on this for days, I'm really hoping some kind soul can help. Nginx is sitting on an Ubuntu machine in Azure. On that same machine, Docker engine is running a Gitlab container (which ...
Maurice Marquis's user avatar
0 votes
0 answers
74 views

how to prevent redirect cloudflare origin domain when we do reverse proxy on nginx

im having problem with my reverse proxy config on nginx, how can i stop domain that using cloudflare to not redirecting to their original domain when we reversing proxy ? listen 443 ssl; ...
Siauz's user avatar
  • 1
0 votes
0 answers
207 views

What is the underlying cause of nginx reverse proxy performance bottleneck?

We run nginx as a reverse proxy with TLS termination. We moved from a 4 core machine to a 1 core machine recently, by mistake, and noticed under load that our "request queuing" metric shot ...
Mike Campbell's user avatar
0 votes
1 answer
64 views

What are the DNS names and IP addresses used for a reverse proxy?

I have the same scenario described in this question. I have a client connecting to an nginx reverse proxy with multiple backend services and need to set up certificates. ...
Grant Curell's user avatar
  • 1,078
0 votes
1 answer
979 views

Nginx Reverse Proxy : using self signed SSL certificate to backend server

I need to accomplish this: User (https using wildcard CA cert 1 year) to --> Nginx reverse proxy (https using self signed cert 10 years) to --> backend server I'm stuck on configuring the ...
Abang's user avatar
  • 1
0 votes
1 answer
352 views

Proxy all requests from one machine to another using nginx or anything else

Is it possible to proxy all requests to another server saving corresponding ports and protocols? I have a homeserver (without public ip) and VDS (with public ip). I also established connection ...
Михаил Агафонов's user avatar
0 votes
0 answers
90 views

nginx load balancer cannot send "proxy_host" value correctly

I want to use nginx load balancer. The domain servers used in the upstream section use a shared IP. Suppose the domain name of the load balancer server is load-balancer.com upstream test_upstream { ...
mani's user avatar
  • 1
0 votes
0 answers
35 views

nginx reverse proxy gateway not behaving with ssl

port 80 on the web server destination serer 192.168.0.43 works in every way: gateway and inside the lan. Perfect. I have the certbot certs on the gateway 192.168.0.60 generating perfectly the domain ...
Mr Heelis's user avatar
  • 123
0 votes
0 answers
114 views

Nginx proxy pass issue

I have two site the one is main.domain.com, two is two.domain2.com, domain2 is wordpress blog server in diffrent server that I want use main.domain.com/blog nginx proxy pass to and click the blog page ...
CHIEN WEICHUAN's user avatar
0 votes
0 answers
131 views

Nginx reverse proxy to IIS backend not working

New to nginx. I have a VM running Nginx 1.20.1 as a reverse proxy with IP 10.0.0.4. I also have a VM with IIS serving app A with IP 10.0.0.19. The subdomain xyz.test.com.my is pointing to Nginx. From ...
Abang's user avatar
  • 1
0 votes
1 answer
666 views

nginx reverse proxy https to http

I have a Linux server, on which I created a public web app (as a test) accessible here: http://tropo.gps.caltech.edu:9384/jsserve It works as intended. As you can see, it is served on port 9384 with ...
Alexandre Renchon's user avatar

1
2 3 4 5
33