diff --git a/bastebin.nginx.conf b/bastebin.nginx.conf index 2136b02..2b13efb 100644 --- a/bastebin.nginx.conf +++ b/bastebin.nginx.conf @@ -4,7 +4,7 @@ server { # Static files serving - offload from Flask/Gunicorn location /static/ { - alias /home/colby/projects/bastebin/static/; + alias /home/computertech/bastebin/static/; expires 30d; add_header Cache-Control "public, no-transform"; } diff --git a/templates/base.html b/templates/base.html index d7b29c3..920d469 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,23 +1,32 @@ +