We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e349bd5 commit 22b10d1Copy full SHA for 22b10d1
.platform.app.yaml
@@ -26,7 +26,7 @@ web:
26
socket_family: unix
27
# Commands are run once after deployment to start the application process.
28
commands:
29
- start: "gunicorn -w 4 -b unix:$SOCKET myapp.wsgi:application"
+ start: "gunicorn -w 4 -b unix:$SOCKET config.wsgi:application"
30
locations:
31
"/":
32
passthru: true
config/settings/production.py
@@ -10,6 +10,7 @@
10
'127.0.0.1',
11
'[::1]',
12
'.pyslackers.com',
13
+ '*.platformsh.site'
14
]
15
16
CSRF_COOKIE_SECURE = True
0 commit comments