diff --git a/debian/i2pd.conf b/debian/i2pd.conf
deleted file mode 100644
index 4a518916..00000000
--- a/debian/i2pd.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-ipv6
-
-[httpproxy]
-address = 127.0.0.1
-port    = 4444
-
-# other services (disabled by default)
-#
-#[sam]
-#address = 127.0.0.1
-#port    = 7656
-#
-#[bob]
-#address = 127.0.0.1
-#port    = 2827
-#
-#[i2pcontrol]
-#address = 127.0.0.1
-#port    = 7650
diff --git a/debian/i2pd.install b/debian/i2pd.install
index f4e7e4f1..2e3c93cd 100644
--- a/debian/i2pd.install
+++ b/debian/i2pd.install
@@ -1,5 +1,5 @@
 i2pd usr/sbin/
-debian/i2pd.conf    etc/i2pd/
+docs/i2pd.conf      etc/i2pd/
 debian/tunnels.conf etc/i2pd/
 debian/subscriptions.txt etc/i2pd/
 contrib/certificates/ usr/share/i2pd/
diff --git a/docs/i2pd.conf b/docs/i2pd.conf
index e85eaa17..d4ea226a 100644
--- a/docs/i2pd.conf
+++ b/docs/i2pd.conf
@@ -69,8 +69,8 @@ port = 7070
 ## Uncomment and set to 'false' to disable HTTP Proxy
 # enabled = true
 ## Address and port service will listen on
-# address = 127.0.0.1
-# port = 4444
+address = 127.0.0.1
+port = 4444
 ## Optional keys file for proxy local destination
 # keys = http-proxy-keys.dat