https://github.com/daggerok/nginx-reverse-proxy
This repository contains simple example of nginx reverse-proxy / http port forwarding
https://github.com/daggerok/nginx-reverse-proxy
docker docker-compose nginx nginx-configuration nginx-proxy nginx-reverse-proxy nginx-reverseproxy node node-js nodejs reverse-proxy
Last synced: 4 months ago
JSON representation
This repository contains simple example of nginx reverse-proxy / http port forwarding
- Host: GitHub
- URL: https://github.com/daggerok/nginx-reverse-proxy
- Owner: daggerok
- License: mit
- Created: 2017-10-26T21:17:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T22:26:19.000Z (over 6 years ago)
- Last Synced: 2025-01-10T00:43:24.283Z (5 months ago)
- Topics: docker, docker-compose, nginx, nginx-configuration, nginx-proxy, nginx-reverse-proxy, nginx-reverseproxy, node, node-js, nodejs, reverse-proxy
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= nginx reverse proxy image:https://travis-ci.org/daggerok/nginx-reverse-proxy.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/nginx-reverse-proxy"]
.This repository contains simple example of nginx reverse-proxy / http port forwarding to node 3000
[source,bash]
----
internet <-> [nginx-reverse-proxy:80] <-> [node-web-app:3000]
----.test
[source,bash]
----
docker-compose up -V --build --remove-orphans --force-recreate
http :80
docker-compose down -v
----