Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 930 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 930 Bytes

docker-nginx-iframe-proxy

Preconfigured nginx image to proxy sites for iframe (Chromecast-Kiosk, DashKiosk and other stuff.

nginx build with

Run

docker run --name nginx -p 80:80 -d nibrev/nginx-iframe-proxy

For more configuring flexibility you can forward config from the host machine like this (edit config in your local fs, then restart container)

docker run --name nginx -p 80:80 -v nginx.conf:/etc/nginx/nginx.conf:ro -d nibrev/nginx-iframe-proxy

Usage

Make requests to http://127.0.0.1/r?uri=

<iframe src="http://127.0.0.1/r?uri=https://google.com" width="1500px" height="800px" frameborder="1" ></iframe>