From e2dd2e10520f7a35beaf99daad6515fc2d480346 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 10 Mar 2022 00:56:10 +0300 Subject: [PATCH] nginx --- docker-compose-deploy.yaml | 2 +- nginx.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose-deploy.yaml b/docker-compose-deploy.yaml index 2addc8e..6edcd46 100644 --- a/docker-compose-deploy.yaml +++ b/docker-compose-deploy.yaml @@ -58,7 +58,7 @@ services: FS_HOST: $FS_HOST DEBUG: $DEBUG TELEGRAM_TOKEN: $TELEGRAM_TOKEN - command: ./manage.py runserver 0.0.0.0:8000 --noreload + command: ./manage.py runserver ports: - "8000:8000" depends_on: diff --git a/nginx.conf b/nginx.conf index a2fa34b..4980226 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,6 @@ http { include mime.types; server { listen 80; - server_name a.com; location / { proxy_pass http://127.0.0.1:8000; #/$1$is_args$args;