From 8308c2d2d98435e5861c940f408bbb26b26e2eef Mon Sep 17 00:00:00 2001 From: shurik Date: Mon, 25 May 2026 16:50:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?germany=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- germany/uwsgi.ini.8080 | 5 +++++ germany/uwsgi.ini.localhost | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 germany/uwsgi.ini.8080 create mode 100644 germany/uwsgi.ini.localhost diff --git a/germany/uwsgi.ini.8080 b/germany/uwsgi.ini.8080 new file mode 100644 index 0000000..597d21d --- /dev/null +++ b/germany/uwsgi.ini.8080 @@ -0,0 +1,5 @@ +[uwsgi] +http = 195.201.126.70:8080 +buffer-size=32768 +wsgi-file = app.py +callable = app diff --git a/germany/uwsgi.ini.localhost b/germany/uwsgi.ini.localhost new file mode 100644 index 0000000..940e42c --- /dev/null +++ b/germany/uwsgi.ini.localhost @@ -0,0 +1,5 @@ +[uwsgi] +http = 127.0.0.1:8080 +buffer-size=32768 +wsgi-file = app.py +callable = app