Make changes to configure for running on ec2 instance
This commit is contained in:
@@ -13,11 +13,11 @@ server {
|
||||
error_log /tmp/logs/geeksbot/error.log;
|
||||
|
||||
location /static/ {
|
||||
alias /code/geeksbot_web/staticfiles/;
|
||||
alias /code/staticfiles/;
|
||||
}
|
||||
|
||||
location /error/ {
|
||||
alias /code/geeksbot_web/staticfiles/errors/;
|
||||
alias /code/staticfiles/errors/;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user