close
Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
43 views

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 ...
Dev Anand Sadasivam's user avatar
0 votes
2 answers
71 views

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 ...
abcdefg's user avatar
  • 5,623
Best practices
0 votes
0 replies
40 views

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 ...
Muhammad Hasan Bahtiar's user avatar
1 vote
1 answer
72 views

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 ...
iKingNinja's user avatar
2 votes
1 answer
126 views

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-...
Imylor's user avatar
  • 6
1 vote
1 answer
115 views

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 /...
Dylan's user avatar
  • 1,390
0 votes
0 answers
77 views

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 ...
jsalita's user avatar
  • 57
Advice
0 votes
1 replies
71 views

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 ...
mendes jota's user avatar
Advice
0 votes
1 replies
69 views

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!...
Ubo's user avatar
  • 21
0 votes
0 answers
103 views

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 ...
Dsido's user avatar
  • 1
0 votes
0 answers
52 views

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....
Valuator's user avatar
  • 3,739
0 votes
1 answer
55 views

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 ...
Szymon D.'s user avatar
0 votes
0 answers
64 views

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 ...
Deependra Shilpi's user avatar
0 votes
1 answer
110 views

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 ...
Spindoctor's user avatar
0 votes
1 answer
121 views

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"; ...
minisaurus's user avatar
  • 1,218

15 30 50 per page
1
2 3 4 5
3635