Skip to main content

Questions tagged [nginx]

Nginx is a web and proxy server. Note that questions on the use and configuration of server software may be off-topic and subject to closure if they do not directly involve a programming context. Other Stack Exchange sites such as Super User, Server Fault, or Webmasters may be more appropriate places to ask such questions.

nginx
0 votes
0 answers
18 views

My domain redirects to another domain while accessing http URL - NGINX

In my VPS I have hosted two different domains for eg: https://example1.in and https://example2.com in single VPS, here I've enabled the SSL certificate for the both. If I trying to access my domain ...
sumanth.js's user avatar
0 votes
0 answers
15 views

NGINX Configuration issue when serving static assets

I want to serve a vue application using nginx which is getting requests from a loadbalancer nginx. My load balancer nginx configuration server_name subdomain.domain.com; location /production/ { ...
Aishwarya's user avatar
  • 302
0 votes
0 answers
12 views

Wordpress hosted in laravel subdirectory is not being indexed because of redirect error with trailing slash, hosted on nginx

I have hosted a wordpress inside a laravel public folder so this is the folder: /var/www/example.com/public/blog Its working fine, since I have hosted this laravel on nginx, my server configuration ...
Aayush Dahal's user avatar
  • 1,024
-1 votes
0 answers
8 views

How to remove getpagespeed yum repo from RHEL?

My company used to subscribe to the getpagespeed repo, but now we have decided to use the nginx.org repo with the possibility of switching to nginx plus in the future. Since we don't need the ...
Dimas Putra's user avatar
-1 votes
0 answers
25 views

Cloudflare messing up nginx certbot SSL

Very very similar to issue here, but the solutions posted did not work for me. I am using nginx as a reverse proxy on my home network in order to host a couple of websites. I have been using ...
kinneyan's user avatar
0 votes
0 answers
17 views

Nginx on VPS proxy to Docker container timeout

I’m new to using docker on servers, I have only used it for local development. I am working on a project that the server has nginx installed on it (the host machine), and also some containers running ...
Jean da Silva's user avatar
0 votes
0 answers
13 views

Configuring nginx to work with separately containerized frontend and backend

The problem is that I have a separately containerized frontend and backend for my full stack web app (vue3, node, express, vite, axios). When running locally without a container, I can connect the ...
Jo Thornto's user avatar
0 votes
0 answers
13 views

NGINX Basic Auth & proxy pass

I am trying to find the appropriate NGINX configuration in order to apply Basic Auth at the /location and pass (proxy_pass) the locations to the appropriate path, avoiding any CORS. default.conf: | ...
user515576's user avatar
0 votes
0 answers
9 views

how to remove encoding and use rewrite annotations

i have an issue where we are using rewrite annotations and its encoding the URI example - im calling from postman --> https://Myorg.com/APPname/v1/releaseToCountry/Czech%20Republic%20%28the%29 at ...
user16975013's user avatar
0 votes
0 answers
12 views

WebRTC server's webcam streaming

I would like to implement a WebRTC based streaming service on a computer with an attached webcam so whenever a user connects using web browser to the IP address of that computer the video stream ...
Malek's user avatar
  • 125
0 votes
1 answer
14 views

next.js reverse proxy with nginx/1.27.0 using docker-compose - 502 Bad Gateway

I am having problem setting up nginix with https as a reverse proxy for my next.js app. I am running this on EC2 Linux/UNIX (Amazon linux ) this is my setup: nginx.conf events {} http { ...
katrin's user avatar
  • 32
-1 votes
0 answers
15 views

Keycloak with nginx reverse proxy

I have configured Nginx as a reverse proxy for Keycloak, and to start, I tried to configure Nginx to redirect any request to gitlab.com to Keycloak. However, I have this error in the console. Help! I ...
Ines El Haj Ahmed's user avatar
0 votes
0 answers
9 views

Nginx ingress basic auth does not work in kubernetes

I would like to add basic auth to my web ui deployment on kubernetes that is reachable through an nginx ingress apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ .Chart.Name }}-...
tenticon's user avatar
  • 2,793
1 vote
1 answer
33 views

How to Set return of perl function in request header using nginx

Could anyone help me with nginx with a perl module? I have already managed to create a function in Perl using the ubi8/nginx-124 image but I am not able to set the result of the function in the header....
oitathi's user avatar
  • 163
0 votes
1 answer
30 views

Basic authentication with nginx does not work when transitioning pages on a static site created with SolidJS

If I directly access a page that restricts access by Basic Authentication, the Basic Authentication dialog is displayed, but if I transition from another page that does not restrict access, the Basic ...
user21153351's user avatar

15 30 50 per page
1
2 3 4 5
3708