diff --git a/index.html b/index.html index f68eef0..6d4fdb2 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ Down for maintenance... - - + + Maintenance Symbol @@ -27,6 +27,6 @@ - + diff --git a/nginx.conf b/nginx.conf index 3aa17e6..3c0a9d5 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,6 +5,10 @@ server { root /usr/share/nginx/html; index index.html; + location /images/ { + try_files $uri =404; + } + location / { try_files $uri $uri/ /index.html; }