Explorar o código

updated gunicorn starting script

Radu Boncea %!s(int64=7) %!d(string=hai) anos
pai
achega
f7db7406e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/gunicorn_start.sh

+ 1 - 1
bin/gunicorn_start.sh

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