Skip to content

Commit c617b33

Browse files
zwarediegorusso
authored andcommitted
Fix paths
1 parent 70d433d commit c617b33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

speed_python/deploy/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ server {
1414

1515
# path for static files
1616
location ~ ^/static/(.*)$ {
17-
alias /home/vagrant/speed_python/speed_python/sitestatic/$1;
17+
alias /home/vagrant/codespeed/speed_python/sitestatic/$1;
1818
}
1919

2020
location / {

speed_python/deploy/supervisor.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[program:codespeed]
2-
command=/usr/bin/gunicorn_django /home/vagrant/speed_python/speed_python/settings.py
3-
directory=/home/vagrant/speed_python/
2+
command=/usr/bin/gunicorn_django /home/vagrant/codespeed/speed_python/settings.py
3+
directory=/home/vagrant/codespeed/speed_python/
44
user=www-data
55
autostart=true
66
autorestart=true

0 commit comments

Comments
 (0)