diff --git a/app/static/html/404.html b/app/static/html/404.html
new file mode 100644
index 0000000..7b69a4c
--- /dev/null
+++ b/app/static/html/404.html
@@ -0,0 +1 @@
+not found
diff --git a/app/static/html/50x.html b/app/static/html/50x.html
new file mode 100644
index 0000000..74bb638
--- /dev/null
+++ b/app/static/html/50x.html
@@ -0,0 +1 @@
+failed
diff --git a/etc/systemd/system/phantasma.service b/etc/systemd/system/phantasma.service
index 48a6fdc..112e7b0 100644
--- a/etc/systemd/system/phantasma.service
+++ b/etc/systemd/system/phantasma.service
@@ -8,7 +8,7 @@ User=phantasma
Group=phantasma
WorkingDirectory=/srv/phantasma
ExecReload=/bin/kill -HUP $MAINPID
-ExecStart=/srv/phantasma/venv/bin/gunicorn app.wsgi:application -p 8080
+ExecStart=/srv/phantasma/venv/bin/gunicorn app.wsgi:application --reuse-port -b 127.0.0.1:8080
[Install]
WantedBy=multi-user.target