Questions tagged [nginx]

For questions about Nginx, which is a web server, reverse proxy, TCP stream proxy and mail proxy.

Nginx (= "Engine X") is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server.

Recommended Resources:

Related tags:

99 questions
3
votes
1 answer

use of nginx server_name

I am new to nginx, I have configured my consul with nginx. It's working but I have few doubts in my configuration. here is my configuration upstream consul { server 127.0.0.1:8500; } server { listen 80 default_server; server_name…
Ravat Tailor
  • 153
  • 6
1
vote
2 answers

Using HTTPs in application vs reverse proxy

Is there any difference if you use TLS in your application for example in node or java(spring), and if you use normal HTTP in your application and then set up Nginx as a reverse proxy and configure your TLS certificate throw Nginx? What would be…
0
votes
1 answer

Multiple Application in single SSL 443 server NGINX

I have two application served in a single server app1.domain.com and app2.domain.com. I want to proxy pass the request from app1 to serve static file and app2 to proxy_pass localhost:8000 I already have both SSL certificate using letsencrypt, how…
otong
  • 111
  • 5
0
votes
0 answers

nginx not picking up new index.html file docker container

I am docker newbie. I am trying to build a custom nginx image (lngin). Since I want to do run some custom scripts in my container before I start nginx. I am trying to use the following as a guideline…
0
votes
1 answer

How to run two react project through nginx on same machine

I am using the react for the frontend. I have a code which runs on port 3000. Under that admin panel code is also there which I need to move to out of the project and run separately on different port let's say 3001. So on nginx config file I have…
Aks
  • 111
  • 4
-1
votes
1 answer

WinNMP (Nginx) returning "Directory access is forbidden."

I installed WinNMP with the typical install. and added two files that I am using to check the installation(among others) C:\Proj\MyRG\public_html\test.htm C:\Proj\MyRG\public_html\application\index.htm c:\winnmp\conf\nginx.conf file contains: …
Gregg
  • 109
  • 2