Commit d409b94a authored by Łukasz Nowak's avatar Łukasz Nowak

Fix directory name

parent a72f7ec5
......@@ -41,7 +41,7 @@ config-enable-http-server = true
recipe = slapos.cookbook:simplehttpserver
host = ${slap-network-information:global-ipv6}
port = 8080
base-path = ${directory:public}
base-path = ${directory:httpd}
wrapper = ${directory:services}/http-server
log-file = ${directory:log}/httpd.log
use-hash-url = false
......@@ -63,7 +63,7 @@ tmp = ${:home}/tmp/
log = ${:var}/log/
services = ${:etc}/service/
scripts = ${:etc}/run/
public = ${:srv}/public/
httpd = ${:srv}/httpd/
promises = ${:etc}/promise
[deploy-unit-test]
......
......@@ -28,7 +28,7 @@ mode = 0644
recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/instance-cdn-test.cfg.jinja2
md5sum = 6a8203a978f2fda95e967b6407797e55
md5sum = 9bc21a36320d594ad571ec059f2fc23a
mode = 0644
download-only = true
on-update = true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment