Added reverse proxy support
This commit is contained in:
parent
35ec3d0655
commit
a785baca79
@ -121,3 +121,5 @@ USE_TZ = True
|
|||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||||
|
|
||||||
|
USE_X_FORWARDED_HOST = True
|
Loading…
Reference in New Issue
Block a user