actions y ip allowed en settings
This commit is contained in:
@@ -14,9 +14,10 @@ DEBUG = os.getenv('DEBUG', 'True').lower() == 'true'
|
||||
ALLOWED_HOSTS = [
|
||||
'v-encore-lab.com',
|
||||
'dev.v-encore-lab.com',
|
||||
'185.187.169.109', # Añade la IP aquí
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
'django_app_dev', # Para que Nginx se hable con él por nombre
|
||||
'django_app_dev',
|
||||
'django_app_master'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user