1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
This commit is contained in:
Jean-Baptiste Holcroft 2017-09-21 10:47:37 +02:00
parent 19fadfe080
commit b00a284060
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ location __PATH__ {
uwsgi_read_timeout 3600;
uwsgi_param SCRIPT_NAME __PATH__;
uwsgi_modifier1 30;
uwsgi_pass unix://__FINALPATH__//socket;
uwsgi_pass unix://__FINALPATH__/socket;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;

View file

@ -9,7 +9,7 @@ Group=__NAME__
RemainAfterExit=yes
WorkingDirectory=__FINALPATH__
ExecStart=/usr/bin/uwsgi \
--ini __FINALPATH_/uwsgi.ini \
--ini __FINALPATH__/uwsgi.ini \
--socket __FINALPATH__/socket
Restart=always
StandardError=syslog