瀏覽代碼

https en geoserver

Maxi Schvindt 7 年之前
父節點
當前提交
53061ce8e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Services/GeoserverService.php

+ 1 - 1
Services/GeoserverService.php

@@ -34,7 +34,7 @@ class GeoserverService
             $this->port = $this->serviceContainer->getParameter("geoserver_port");
             
             $this->pathShapes = $this->serviceContainer->getParameter("geoserver_path_shapes");
-            $this->url = "http://{$this->host}/geoserver";
+            $this->url = "https://{$this->host}/geoserver";
         }
     }