diff --git a/README b/README
index 0ba1373..ef951ff 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ Setup VPS
cd /var/www/backend
npm install
nano /var/www/backend/src/config.js to your liking
- replace nginx conf with supplied one, certbot will upgrade it to HTTPS
+ replace /etc/nginx/nginx.conf with supplied one, certbot will upgrade it to HTTPS
systemctl enable --now nginx.service
certbot --nginx
diff --git a/src/home.js b/src/home.js
index 110183a..9d3b0bd 100644
--- a/src/home.js
+++ b/src/home.js
@@ -32,29 +32,13 @@ class Home extends React.Component {
}
render() {
- if (this.state.redirectToRunningServices) {
- return