Skip to content

lagoon-io/nginx-proxy-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nginx-proxy-container

nginx proxy 機能をコンテナで実装するためのサンプル。

setup

docker-compose up -d

test

docker exec -it test /bin/bash

# http(8080) -> https(443) 変換
curl http://nginx-proxy.com:8080
curl http://nginx-proxy.com:8080/search?q=hogehoge

# https(4443) -> https(443) 変換
curl https://nginx-proxy.com:4443 -k
curl https://nginx-proxy.com:4443/search?q=hogehoge -k

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published