diff --git a/nginx.d/default.conf b/nginx.d/default.conf
index 167b0b6c2277e71fa42d59fb9d3f652630c8e7dc..50734dd95c2e51790ad710f22cd36d67721591bb 100644
--- a/nginx.d/default.conf
+++ b/nginx.d/default.conf
@@ -1,4 +1,4 @@
 server {
-        listen *:80;
+        listen *:8080;
         return 302 https://hedgedoc.org$request_uri;
 }
diff --git a/nginx.d/demo.conf b/nginx.d/demo.conf
index 3ab598b15cc800d08e11c8a75cd0f73e72a2c6a5..9d323d26d4cd920eae7b6e18944fcf849e792a00 100644
--- a/nginx.d/demo.conf
+++ b/nginx.d/demo.conf
@@ -1,5 +1,5 @@
 server {
-        listen *:80;
+        listen *:8080;
         server_name demo.codimd.org demo.hedgedoc.org;
         return 301 https://demo.hedgedoc.org$request_uri;
 }
diff --git a/nginx.d/docs.conf b/nginx.d/docs.conf
index d37ef6f4f14b1a03b986a331aadcf0c32abb02f2..e831445bc41b0257193005b6d34c3ad84c017274 100644
--- a/nginx.d/docs.conf
+++ b/nginx.d/docs.conf
@@ -1,5 +1,5 @@
 server {
-        listen *:80;
+        listen *:8080;
         server_name docs.codimd.org docs.hedgedoc.org;
         return 302 https://github.com/hedgedoc/hedgedoc/tree/HEAD/docs;
 }
diff --git a/nginx.d/git.conf b/nginx.d/git.conf
index eb24ef6ef4c32c67b0f25e085fb7c5b3eca91f59..7065dd59bd1b3a979e1854c514bfc38b8f91e623 100644
--- a/nginx.d/git.conf
+++ b/nginx.d/git.conf
@@ -1,5 +1,5 @@
 server {
-        listen *:80;
+        listen *:8080;
         server_name git.codimd.org git.hedgedoc.org;
         return 302 https://github.com/hedgedoc/hedgedoc;
 }
diff --git a/nginx.d/social.conf b/nginx.d/social.conf
index fb18527408e216e47cafc31afb5171f642e01743..223040c64da294b89fd94d6be1515f73aa555f7b 100644
--- a/nginx.d/social.conf
+++ b/nginx.d/social.conf
@@ -1,5 +1,5 @@
 server {
-        listen *:80;
+        listen *:8080;
         server_name social.codimd.org social.hedgedoc.org;
 
         location /mastodon {
diff --git a/nginx.d/translate.conf b/nginx.d/translate.conf
index 6991ae42fc8be1ac1221d04950aa0781f6cd8ada..48f22b472ba5657553243c9a9859129d9e1d2262 100644
--- a/nginx.d/translate.conf
+++ b/nginx.d/translate.conf
@@ -1,5 +1,5 @@
 server {
-        listen *:80;
+        listen *:8080;
         server_name translate.codimd.org translate.hedgedoc.org;
         return 302 https://poeditor.com/join/project/1OpGjF2Jir;
 }
diff --git a/nginx.d/zz_chat.conf b/nginx.d/zz_chat.conf
index 6cb1b6cda6001608b3edebad11109eebfe1c5450..50ebd165dffc3fa550c9d2ed801571ae536d106a 100644
--- a/nginx.d/zz_chat.conf
+++ b/nginx.d/zz_chat.conf
@@ -1,5 +1,5 @@
 server {
-        listen *:80;
+        listen *:8080;
         server_name chat.codimd.org chat.hedgedoc.org;
 
         location = /development {
diff --git a/nginx.d/zz_community.conf b/nginx.d/zz_community.conf
index 322801e07bb7d637804e93b319b6dc5c23cd0f5b..f7833e18cf0c0f01bc9df8fa399c09a32ab2b796 100644
--- a/nginx.d/zz_community.conf
+++ b/nginx.d/zz_community.conf
@@ -1,5 +1,5 @@
 server {
-        listen *:80;
+        listen *:8080;
         server_name community.codimd.org community.hedgedoc.org;
         return 302 https://community.hedgedoc.org$request_uri;
 }