├── Dockerfile ├── LICENSE ├── README.md ├── conf ├── conf.d │ └── default.conf ├── mime.types └── nginx.conf └── docker-compose.yml /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/surrogate/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/surrogate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/surrogate/HEAD/README.md -------------------------------------------------------------------------------- /conf/conf.d/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/surrogate/HEAD/conf/conf.d/default.conf -------------------------------------------------------------------------------- /conf/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/surrogate/HEAD/conf/mime.types -------------------------------------------------------------------------------- /conf/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/surrogate/HEAD/conf/nginx.conf -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/surrogate/HEAD/docker-compose.yml --------------------------------------------------------------------------------