Added the ability to view posts.

This commit is contained in:
2022-05-19 16:10:10 +01:00
parent d71d392377
commit a974a59121
3 changed files with 111 additions and 42 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ http {
}
location / {
proxy_pass http://frontend:80;
rewrite ^/.* / break;
proxy_pass http://frontend:80/index.html;
}
}
}