diff --git a/hosts/nixedo/services/homepage/default.nix b/hosts/nixedo/services/homepage/default.nix
index 5badf781..691b9021 100644
--- a/hosts/nixedo/services/homepage/default.nix
+++ b/hosts/nixedo/services/homepage/default.nix
@@ -19,10 +19,7 @@
         forceSSL = true;
         useACMEHost = "oliverdavies.uk";
 
-        locations."/" = {
-          proxyPass = "http://localhost:${toString cfg.listenPort}";
-          recommendedProxySettings = true;
-        };
+        locations."/".proxyPass = "http://localhost:${toString cfg.listenPort}";
       };
     };
 }