From 1396520c5727dd2b9a418dcdaf13c4e7c081c13a Mon Sep 17 00:00:00 2001 From: dinamiko Date: Mon, 12 Sep 2022 12:03:55 +0200 Subject: [PATCH] Revert ddev config to default --- .ddev/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 8ac94d6a5..3d732fd50 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -3,8 +3,8 @@ type: php docroot: .ddev/wordpress php_version: "7.1" webserver_type: apache-fpm -router_http_port: "8080" -router_https_port: "8443" +router_http_port: "80" +router_https_port: "443" xdebug_enabled: false additional_hostnames: ['wc-pp'] additional_fqdns: []