* Updated nginx.conf
* Cleanup
This commit is contained in:
parent
6f4509e186
commit
e7284e7725
|
|
@ -1,9 +1,9 @@
|
||||||
upstream django {
|
upstream django {
|
||||||
server web:8001;
|
server 127.0.0.1:8001;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
set $APP_HOME /var/www/kwork-vbaportal;
|
set $APP_HOME /var/www/phzhik-poizonstore;
|
||||||
|
|
||||||
listen 80;
|
listen 80;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ CDEK_CLIENT_SECRET = '***REMOVED***'
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = []
|
|
||||||
ALLOWED_HOSTS = ["crm-poizonstore.ru", "127.0.0.1", "localhost", "45.84.227.72"]
|
ALLOWED_HOSTS = ["crm-poizonstore.ru", "127.0.0.1", "localhost", "45.84.227.72"]
|
||||||
|
|
||||||
INTERNAL_IPS = ["127.0.0.1"]
|
INTERNAL_IPS = ["127.0.0.1"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user