initial implementation of reverse proxy, using django-revproxy from within a middleware
add new config entry "primary_domain" which is used to set the cookie domain
This commit is contained in:
5
passbook/app_gw/settings.py
Normal file
5
passbook/app_gw/settings.py
Normal file
@ -0,0 +1,5 @@
|
||||
"""Application Security Gateway settings"""
|
||||
|
||||
# INSTALLED_APPS = [
|
||||
# 'revproxy'
|
||||
# ]
|
Reference in New Issue
Block a user