From 29bd98c13463832993aadf54a8469597ec59525d Mon Sep 17 00:00:00 2001 From: qorg11 Date: Tue, 20 Oct 2020 16:00:20 +0200 Subject: [PATCH] FINAL COMMIT I SWEAR --- doc/lainsafe.1 | 4 ++-- doc/lainsafe.md | 6 ++++-- doc/lainsafecli.1 | 4 ++-- doc/lainsafecli.md | 6 ++++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/doc/lainsafe.1 b/doc/lainsafe.1 index 16d8cf8..02a74f5 100644 --- a/doc/lainsafe.1 +++ b/doc/lainsafe.1 @@ -65,7 +65,7 @@ can write on it. .SH TROUBLESHOOTING -.B 502 Bad Gateway +.SS 502 Bad Gateway Probably you're missing the .I CGI @@ -85,6 +85,6 @@ perl .cgi .PP so perl can help you debug the problem. -.B 403 is returned +.SS 403 is returned You probably forgot to give the files execution permissions. diff --git a/doc/lainsafe.md b/doc/lainsafe.md index a0ade64..04e2114 100644 --- a/doc/lainsafe.md +++ b/doc/lainsafe.md @@ -56,7 +56,8 @@ write on it. TROUBLESHOOTING =============== -**502 Bad Gateway** +502 Bad Gateway +--------------- Probably you\'re missing the *CGI* dependence, so install it with CPAN or apt @@ -70,6 +71,7 @@ If you still get this problem, run so perl can help you debug the problem. -**403 is returned** +403 is returned +--------------- You probably forgot to give the files execution permissions. diff --git a/doc/lainsafecli.1 b/doc/lainsafecli.1 index 8a9578a..91676a7 100644 --- a/doc/lainsafecli.1 +++ b/doc/lainsafecli.1 @@ -61,7 +61,7 @@ If true, lainsafecli will store the links on a file, specified by .SH TROUBLESHOOTING -.B "whatever" is not running lainsafe. But works in the browser. +.SS "whatever" is not running lainsafe. But works in the browser. This only happens with https lainsafe instances. To solve that. Make sure that the module @@ -69,7 +69,7 @@ sure that the module is installed. You can install it using .I cpan(1) -.B HTTP 413 is returned +.SS HTTP 413 is returned The file you specified is too big for the instance. Try using another instance. By default lainsafe supports up to 100MBs. But this can be configured in lainsafe diff --git a/doc/lainsafecli.md b/doc/lainsafecli.md index cf0d93d..2f3bda0 100644 --- a/doc/lainsafecli.md +++ b/doc/lainsafecli.md @@ -49,13 +49,15 @@ specified by *\$LINKS\_FILE* TROUBLESHOOTING =============== -**whatever is not running lainsafe. But works in the browser.** +whatever is not running lainsafe. But works in the browser. +----------------------------------------------------------- This only happens with https lainsafe instances. To solve that. Make sure that the module *LWP::UserAgent::https* is installed. You can install it using *cpan(1)* -**HTTP 413 is returned** +HTTP 413 is returned +-------------------- The file you specified is too big for the instance. Try using another instance. By default lainsafe supports up to 100MBs. But this can be