From 0ab11da15ae920ec695f48bb88ee9c97376b1c1f Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 15 May 2024 23:22:06 +0300 Subject: Removed ansible as we don't use it anymore --- ansible/gunicorn.service.j2 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ansible/gunicorn.service.j2 (limited to 'ansible/gunicorn.service.j2') diff --git a/ansible/gunicorn.service.j2 b/ansible/gunicorn.service.j2 deleted file mode 100644 index fe9c69c..0000000 --- a/ansible/gunicorn.service.j2 +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=gunicorn daemon -After=network.target - -[Service] -User=ec2-user -Group=nginx -WorkingDirectory=/opt/image_processor -ExecStart=/opt/image_processor/venv/bin/gunicorn --workers 3 --bind unix:{{ app_directory }}/myapp.sock -m 007 wsgi:app - -[Install] -WantedBy=multi-user.target - -- cgit v1.2.3