Преглед изворни кода

updated gunicorn starting script

Radu Boncea пре 7 година
родитељ
комит
f7db7406e1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/gunicorn_start.sh

+ 1 - 1
bin/gunicorn_start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-NAME="bpt"                                  # Name of the application
+NAME="resinfotd"                                  # Name of the application
 DJANGODIR=/sites/resinfotd/resinfotd                     # Django project directory
 SOCKFILE=/sites/resinfotd/run/gunicorn.sock             # we will communicte using this unix socket
 USER=nginx                                    # the user to run as