diff --git a/html/index.html b/html/index.html
index 896f68a..ea6b081 100644
--- a/html/index.html
+++ b/html/index.html
@@ -11,8 +11,7 @@
AF
- >
- Stay here please...
+
Shrines
Evangelion
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 145f2a8..407e684 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -24,6 +24,10 @@ http {
root /var/www/certbot;
}
+ location = /posts {
+ return 301 /posts/;
+ }
+
location /posts/ {
proxy_pass http://localhost:8080/posts;
proxy_set_header Host $host;