Added the ability to view posts.
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ http {
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://frontend:80;
|
||||
rewrite ^/.* / break;
|
||||
proxy_pass http://frontend:80/index.html;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user