Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 550 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 550 Bytes

IIIF Reverse Proxy config

This repo is merely for the .ebextensions directory to configure a nginx reverse proxy to S3 buckets serving static content.

Running tests:

Start nginx and run: ./tests/TestSuite.py

Runnning docker:

docker build -t proxy . && docker run --rm --name proxy -p 9001:80 proxy:latest

Config files

Anything in .ebextensions/nginx/conf.d/ directory is in the http part of the nginx config.

Anything in .ebextensions/nginx/conf.d/elasticbeanstalk is in the default server part of the nginx config.