mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Typo
This commit is contained in:
parent
19fadfe080
commit
b00a284060
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue