Skip to content

arecker/django-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Django Proxy

Basic nginx config for django apps.

docker run \
	 --name django-proxy \
	 --link gunicorn-app:app \
	 -v /your/static/root:/usr/share/nginx/html \
	 -d arecker/django-proxy:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages