* Updated nginx.conf

* Cleanup
This commit is contained in:
Phil Zhitnikov 2023-07-06 17:11:37 +04:00
parent 6f4509e186
commit e7284e7725
2 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,9 @@
upstream django {
server web:8001;
server 127.0.0.1:8001;
}
server {
set $APP_HOME /var/www/kwork-vbaportal;
set $APP_HOME /var/www/phzhik-poizonstore;
listen 80;
charset utf-8;

View File

@ -28,7 +28,6 @@ CDEK_CLIENT_SECRET = '***REMOVED***'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["crm-poizonstore.ru", "127.0.0.1", "localhost", "45.84.227.72"]
INTERNAL_IPS = ["127.0.0.1"]