From 8f6fa3462f91df986a84383afce9408561341d63 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Apr 2017 21:15:48 +0200 Subject: Use distinct path (to ease redirection back to static site). --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.cgi b/index.cgi index 4db5f64..1e9acb8 100755 --- a/index.cgi +++ b/index.cgi @@ -5,7 +5,7 @@ use CGI::FormBuilder; my $docroot = '../build/html'; # TODO: check if protocol-agnostic URL works -my $webroot = 'https://form.omni-presence.dk/'; +my $webroot = 'https://form.omni-presence.dk/form'; my $req_path = $docroot . '/index.tmpl'; my $ack_path = $docroot . '/thanks/index.html'; -- cgit v1.2.3