Skip to content
Snippets Groups Projects
Verified Commit 8f06de64 authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

foris: added redirect into lighttpd to handle wizard procedure from factory image

parent f8ab11f8
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=foris
PKG_VERSION:=96.8
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/foris.git
......
......@@ -6,3 +6,4 @@ $HTTP["url"] =~ "^/*$" {
# Make sure that wirzard passes during a migration from older image
url.redirect += ( "^/wizard/(.*)" => "/foris/wizard/main/$1" )
url.redirect += ( "^/foris/wizard/(step/.*)" => "/foris/wizard/main/$1" )
  • Štěpán Henek :bear: @shenek

    mentioned in issue foris#82

    ·

    mentioned in issue foris#82

    Toggle commit list
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