Make changes to configure for running on ec2 instance

This commit is contained in:
Geeksbot
2019-12-12 07:45:41 +00:00
parent 0caeba5cbd
commit 5fef17104d
33 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -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 / {