mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-29 15:24:31 +02:00
add HTTPS_REDIRECT_POLICY. Now it's possible to serve in http without forced redirect to https
This commit is contained in:
parent
a74d43cf3f
commit
ed07ffb2fb
10 changed files with 60 additions and 4 deletions
|
@ -140,6 +140,6 @@ STATICFILES_DIRS = [
|
|||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
MEDIA_ROOT = '/var/lib/routerfleet/'
|
||||
ROUTERFLEET_VERSION = 7005
|
||||
ROUTERFLEET_VERSION = 7006
|
||||
|
||||
from routerfleet.production_settings import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue