54,525 questions
Tooling
0
votes
2
replies
43
views
KM Worker vs KM Master node [ is I can have pods in KM Master ? ]
I am newbie to Kubernetes.
Upto what I know a Virtual Machine or a actual Computer Machine can be configured as Kubernetes node and node can have several pod
Being said we can configure Kubernetes ...
0
votes
2
answers
71
views
Configuring RStudio with nginx and docker-compose [closed]
I am trying to configure RStudio on a cloud VM with HTTPS enabled.
With the help of nginx and docker-compose, I managed to have RStudio running with address https://MYDOMAIN (where MYDOMAIN comes ...
Best practices
0
votes
0
replies
40
views
How Redirect WWW on Subdomain to Subdomain with Nginx
Me have a website multiple subdomain, but google crawling www on subdomain, example www.politik.rakyat.news, me no like for this.
Me want redirect from www.politik.rakyat.news to politik.rakyat.news ...
1
vote
1
answer
72
views
Forwarded headers are not being picked up by ASP.NET Core
In my app I have this configuration in Program.cs
// Fetch Cloudflare IP ranges if not in dev env
IList<string> cloudflareRanges = [];
if (!builder.Environment.IsDevelopment())
{
using ...
2
votes
1
answer
126
views
Inject Custom Variable into ngx_http_fastcgi_module at Runtime from a Third-Party Module
I am writing a third-party c NGINX module.
I want to do similar to apache module mod_env:
SetEnv MY_VAR hello
In normal NGINX config this works:
location ~ \.php$ {
fastcgi_pass unix:/run/php/php-...
1
vote
1
answer
115
views
xhr poll error while connecting on socket server using socket.io with nginx proxy
My server with socket.io is running fine without nginx proxy, but when I use nginx proxy, its getting an xhr poll error when trying to connect
Here's the server block of my nginx looks like
location /...
0
votes
0
answers
77
views
Difficulty setting up reverb in prod server
I've got reverb working on my local machine. Now I'm having difficulty getting it to work on the server. I think I've finally gotten supervisor to run properly already so now my only issue is that the ...
Advice
0
votes
1
replies
71
views
How can I create a .yml file and create containers from DockerHub images like nginx, wordpress and mysql?
I have to create a docker-compose.yml file. I'm a begginer with docker, so i don't know some simple stuffs. But, the final goal is to create a Multi-container application and the nginx server have to ...
Advice
0
votes
1
replies
69
views
URL modification with NginX
I have a simple directory with the following architecture:
www.mydomain.com/city_name/item_id/
Is it possible to modify URLs according to this view:
city_name.mydomain.com/item_id/
using NginX?
Thanks!...
0
votes
0
answers
103
views
Keycloak JS session lost on page refresh (F5) behind Nginx reverse proxy - Keycloak 26 (Quarkus)
I'm facing a persistent issue where my Angular application loses its Keycloak session every time the user refreshes the page (F5). I am using Keycloak 26.5.2 (Quarkus) behind an Nginx reverse proxy ...
0
votes
0
answers
52
views
ASP.NET Core OIDC Auth behind containerized nginx reverse proxy in virtual directory not passing correct signin-oidc URI
My scenario:
An ASP.NET Core application using OIDC Authentication running in Docker. Internally, the app listens on port 8080 and is configured with /app1 as a PathBase in Program.cs :
app....
0
votes
1
answer
55
views
Redirect old URLS with SEO to new app. Angular + Symfony
I'm having a situation where there is an existing website. It's going to get replaced by a new version made from scratch but I want to use old URL's which will exist for a while to preserve SEO score ...
0
votes
0
answers
64
views
Why does my Node.js production deployment return 502 Bad Gateway behind Nginx after restart?
I'm deploying a Node.js web application on a Linux server using Nginx as a reverse proxy. The application works correctly when I start it manually, but after restarting the server or redeploying the ...
0
votes
1
answer
110
views
Jenkins Running in Docker deploy Angular app to Nginx [closed]
I have a Docker compose file with a few services. Two of these services is a Jenkins server and the other is an Nginx server. All services including the two in question run on a docker network but in ...
0
votes
1
answer
121
views
Nginx reverse proxy to maptiler.com [duplicate]
Nginx - Trying to get a reverse proxy working to fetch tiles from my maptiler account.
# MapTiler proxy
location ^~ /maptiler-osm/ {
set $maptiler_key "my-key";
...
