diff --git a/conf/systemd.service b/conf/systemd.service index 06fc892..9fa784a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,11 +9,11 @@ Group=__APP__ Environment="DJANGO_SETTINGS_MODULE=inst-__APP__.settings" WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/venv/bin/gunicorn lucterios.framework.wsgi --bind 0.0.0.0:__PORT__ -w 1 --timeout 600 --access-logfile __INSTALL_DIR__/access.log --error-logfile __INSTALL_DIR__/error.log +ExecStart=__INSTALL_DIR__/venv/bin/gunicorn lucterios.framework.wsgi --bind 127.0.0.1:__PORT__ -w 1 --timeout 600 --access-logfile __INSTALL_DIR__/access.log --error-logfile __INSTALL_DIR__/error.log StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit Restart=on-failure RestartSec=10 [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target