Click here to Skip to main content
15,881,248 members
Everything / Web Development / Nginx

Nginx

nginx

Great Reads

by Nick Veld
Jupyter + HDFS + YARN + Spark and only one open port using NGINX
by amatecki
Service unit for auto reloading Docker containers running web apps behind nginx reverse proxy server after renewal of Let's Encrypt certificates managed by Certbot on Linux VPS

Latest Articles

by Nick Veld
Jupyter + HDFS + YARN + Spark and only one open port using NGINX
by amatecki
Service unit for auto reloading Docker containers running web apps behind nginx reverse proxy server after renewal of Let's Encrypt certificates managed by Certbot on Linux VPS

All Articles

Sort by Score

Nginx 

22 Apr 2021 by Nick Veld
Jupyter + HDFS + YARN + Spark and only one open port using NGINX
24 Jan 2024 by Andre Oosthuizen
Looking at your link given, you are going about this the wrong way, PHP is supposed to be your backend and javascript/jquery you front end looking at your post... You are adding multiple loads to your requests on you server which responds in slow...
31 Aug 2023 by Richard MacCutchan
Go to Advanced Load Balancer, Web Server, & Reverse Proxy - NGINX[^] where you can study the documentation to find the answer.
27 May 2018 by Member 13847273
I'm sure that most of you are aware of the Gazelle/Ocelot project and my issue is with the conf for the Ocelot tracker. We have the site running nicely but with a caveat FL Tokens are not expiring and are causing Ocelot 1.0 WCD version to go crazy and spit out the same error in screen as shown...
29 May 2019 by Gerry Schmitz
I second the motion (with apalogies to K5054) ... but it is pointless to keep this open. Quote: See "systemctl status nginx.service" and "journalctl -xe" for details.
6 Aug 2020 by Member 14908485
I am trying to build a service with nginx that run uwsgi file. My service name is “slvv.service” this is my service code [Unit] Description=uWSGI instance to serve slvv After=network.target [Service] User=showeve1 ...
30 Apr 2021 by gkothe
Some questions about scalability and node + Nginx . Im kind new in the whole “enviroment set up”. My architecture: The company has an app(android/playstore/site) and a dashboard for clientes (web), I have a droplet (Ubuntu 20.04) on Digital...
11 May 2021 by Member 13349578
I have created an angular application that displays a page with “Hello World” on ‘/hello’ route. URL for angular: http://localhost:4200/hello When I make request from browser to nginx on ‘/greet’: http://localhost/greet that should be redirected...
24 Oct 2021 by Richard Deeming
Reverse Proxy Guide - Apache HTTP Server Version 2.4[^]
3 Nov 2021 by TheBigBearNow
Hello all, I currently have my project running http without any issues. Now I am working on encrypting my traffic by using https. I have a certificate for my domain and I set up all the code and areas I thought were necessary to deploy it as...
25 Dec 2021 by johonwayni
I want to do a custom rewrite for the subdomain on ISPconfig. When I add the code below for this, the subdomain is redirected to the main domain. How can I do subdomain-specific rewrite? What I have tried: Sample #1: server { ... if...
24 May 2022 by hanie.arce
I am creating an API application which I want to deploy in the cloud and my application is made up of the following containers: Nginx Container: API Gateway API container SQL Server Database Container I am using Nginx as a gateway to route all...
26 May 2022 by Aman Bhargava from Unknown
I have deployed a nodejs application using nginx, pm2 and docker. The problem i am facing is that whenever i hit certain endpoints which certainly have some bug, whole of the server goes down giving 502 bad gateway. What I have tried: I tried...
4 Feb 2023 by Michael G. 2023
I update an old repo: https://github.com/cbartel/nw-company-tool The creator of this project create a tutorial wich explain how to install everything, only if you use his node distribution. My question is: how do i recreate the same node...
4 Feb 2023 by Dave Kreskowiak
I think you're going to have to ask the owner of the repo those questions.
28 Feb 2023 by Vancho-12345
I have a request body that contains some numbers in JSON format. I need to forward that number to a specific host. For example, I have 4 .csv files locally and I need just search if it's containing that number. CSV files should compare the...
5 Feb 2020 by amatecki
Service unit for auto reloading Docker containers running web apps behind nginx reverse proxy server after renewal of Let's Encrypt certificates managed by Certbot on Linux VPS
18 Dec 2022 by Member 15868733
everyone I'm working on a small project where I already did the backend and nginx configuration with docker Now I want to add frontend created by react this is the project architecture Docker-compose Dockerfile (1) docker (folder) ...
29 May 2019 by Charles Shob
Hi All, When i am trying to restart nginx using below code -- root@EZCoderDroplet:~# sudo systemctl restart nginx When I am using this it is showing error ... Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and...
24 Oct 2021 by Sagadio
Hi everyone, could someone help me solve the following problem or provide me with a link where I can read about it? I have a website on a server, but I wish this server could not be found, see an example of how the access would be: the user...
13 Sep 2023 by wjh433X
Windows server, Nginx is configured with load balancing, with 10000 concurrent requests per second for 180 seconds. There will be a large number of requests rejected and not responding. How can Nginx be configured to ensure that all requests can...
25 Jan 2024 by ThePotty1
Hi Apologies, I'm figuring this out as I go along, so I might state the obvious, or not state something that I should. This probably isn't even the right place to ask, but I suspect there are other devs here who've had to figure this out in...
25 Jan 2024 by ThePotty1
Morning. I'm going to post my findings as a solution, because I feel it helps to keep the initial symptoms I experienced separate from my final analysis. So. Navigate to your web page using your browser, and turn developer tools on. Click the...
1 Dec 2022 by FelipeAbreu1007
I need help, I created a custom post type with the name “solution“, this way when I load a post and open it in the browser my link is: http://www.mywebsite.com/solution/nameofsolution However I would like all these posts within the custom post...