Explorar o código

https en geoserver

Maxi Schvindt %!s(int64=7) %!d(string=hai) anos
pai
achega
53061ce8e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";
         }
     }