We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d433d commit c617b33Copy full SHA for c617b33
2 files changed
speed_python/deploy/nginx.conf
@@ -14,7 +14,7 @@ server {
14
15
# path for static files
16
location ~ ^/static/(.*)$ {
17
- alias /home/vagrant/speed_python/speed_python/sitestatic/$1;
+ alias /home/vagrant/codespeed/speed_python/sitestatic/$1;
18
}
19
20
location / {
speed_python/deploy/supervisor.conf
@@ -1,6 +1,6 @@
1
[program:codespeed]
2
-command=/usr/bin/gunicorn_django /home/vagrant/speed_python/speed_python/settings.py
3
-directory=/home/vagrant/speed_python/
+command=/usr/bin/gunicorn_django /home/vagrant/codespeed/speed_python/settings.py
+directory=/home/vagrant/codespeed/speed_python/
4
user=www-data
5
autostart=true
6
autorestart=true
0 commit comments