Skip to content

IIIF/iiif-reverse-proxy-app

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published