File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,18 @@ kiramoji.ga {
42
42
respond /mode_image/* 404
43
43
44
44
#Custom regexp matcher to capture the script name
45
- @perlFile path_regexp perlScript ^(/.* \.pl)
45
+ @perlFile {
46
+ path_regexp perlScript ^(/.* \.pl)
47
+ file {
48
+ root .
49
+ }
50
+ }
46
51
#This is the CGI block. Change dir to the directory of your Kiramoji installation
47
52
cgi @perlFile dir{re.perlScript.1} {
48
53
#This dir subdirective is your CGI working directory.
49
54
#Change the second dir to the directory of your Kiramoji installation.
50
55
dir dir
51
- #This is the name/ arguments, Kiramoji needs this passed.
56
+ #This has the name+ arguments, Kiramoji needs this to be passed.
52
57
script_name {path}
53
58
#The server port Caddy listens on needs to be passed to Kiramoji.
54
59
env SERVER_PORT={server_port}
You can’t perform that action at this time.
0 commit comments