Skip to content

Nginx proxy pass all inbound http and https traffic to their destination according to their domain.

Notifications You must be signed in to change notification settings

sajad-sadra/proxy-pass-http-and-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Pass http and https

Nginx proxy pass all inbound http and https traffic to their destination according to their domain.

How to use

Default Enviroment variable RESOLVER is 8.8.8.8 . Change it if you want.

Prepaired docker image

Enter this command in the host with docker installed.

docker run --rm -d \ 
-p 443:443 -p 80:80 \
-e RESOLVER=8.8.8.8 \
sajadsadra/proxy-pass-nginx

Make your own

clone the repository and make your change then run this commnd.

docker-compose up --build -d

About

Nginx proxy pass all inbound http and https traffic to their destination according to their domain.

Resources

Stars

Watchers

Forks