mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
update nginx-stable service script
This commit is contained in:
parent
ff7cefd549
commit
578662bbf1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
exec /usr/sbin/nginx -g 'error_log /dev/null crit;' -c ~/etc/nginx
|
||||
exec /usr/sbin/nginx -g 'error_log /dev/null crit;' -c ~/etc/nginx-stable
|
||||
|
||||
|
|
Loading…
Reference in a new issue