Added reverse proxy support

This commit is contained in:
Amazed 2018-10-25 00:55:36 +02:00
parent 35ec3d0655
commit a785baca79
1 changed files with 2 additions and 0 deletions

View File

@ -121,3 +121,5 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
USE_X_FORWARDED_HOST = True