We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75488be + 090d1fc commit ce082f8Copy full SHA for ce082f8
1 file changed
templates/uwsgi_upstart.conf.erb
@@ -13,7 +13,7 @@ pre-start script
13
uwsgilog="<%= @log_file %>"
14
uwsgipid="<%= @pidfile %>"
15
uwsgisocket="<%= @socket %>"
16
- uwsgilogddir="${uwsgilogd%/*}"
+ uwsgilogdir="${uwsgilog%/*}"
17
uwsgipiddir="${uwsgipid%/*}"
18
uwsgisocketdir="${uwsgisocket%/*}"
19
mkdir -p "$uwsgipiddir"
0 commit comments