Nginx Config 2 Web Applications on one Server
Good Morning guys, i am trying to create an working Nginx Config. I have two web applications: /app/web /app/api My URL should look like this: 10.X.X.XX => /app/web 10.X.X.XX/api => /app/api My current config: server { listen 80 default_server; index…