Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated man page to a working url #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<html>

Expand Down Expand Up @@ -90,7 +91,7 @@ <h4 id="SYNOPSIS">SYNOPSIS</h4>

<h4 id="DESCRIPTION">DESCRIPTION</h4>

<p><a href="http://man.he.net/man8/tinyproxy">tinyproxy(8)</a> reads its configuration file, typically stored in `/etc/tinyproxy/tinyproxy.conf` (or passed to Tinyproxy with -c on the command line). This manpage describes the syntax and contents of the configuration file.</p>
<p><a href="https://linux.die.net/man/8/tinyproxy">tinyproxy(8)</a> reads its configuration file, typically stored in `/etc/tinyproxy/tinyproxy.conf` (or passed to Tinyproxy with -c on the command line). This manpage describes the syntax and contents of the configuration file.</p>

<p>The Tinyproxy configuration file contains key-value pairs, one per line. Lines starting with `#` and empty lines are comments and are ignored. Keywords are case-insensitive, whereas values are case-sensitive. Values may be enclosed in double-quotes (&quot;) if they contain spaces.</p>

Expand Down Expand Up @@ -161,9 +162,9 @@ <h4 id="DESCRIPTION">DESCRIPTION</h4>
<dt id="StatFile"><b>StatFile</b></dt>
<dd>

<p>This configures the HTML file that Tinyproxy sends when a request for the stathost is received. If this parameter is not set, Tinyproxy returns a hard-coded basic statistics page. See the STATHOST section in the <a href="http://man.he.net/man8/tinyproxy">tinyproxy(8)</a> manual page for details.</p>
<p>This configures the HTML file that Tinyproxy sends when a request for the stathost is received. If this parameter is not set, Tinyproxy returns a hard-coded basic statistics page. See the STATHOST section in the <a href="https://linux.die.net/man/8/tinyproxy">tinyproxy(8)</a> manual page for details.</p>

<p>Note that the StatFile and the error files configured with ErrorFile and DefaultErrorFile are template files that can contain a few template variables that Tinyproxy expands prior to delivery. Examples are &quot;{cause}&quot; for an abbreviated error description and &quot;{detail}&quot; for a detailed error message. The <a href="http://man.he.net/man8/tinyproxy">tinyproxy(8)</a> manual page contains a description of all template variables.</p>
<p>Note that the StatFile and the error files configured with ErrorFile and DefaultErrorFile are template files that can contain a few template variables that Tinyproxy expands prior to delivery. Examples are &quot;{cause}&quot; for an abbreviated error description and &quot;{detail}&quot; for a detailed error message. The <a href="https://linux.die.net/man/8/tinyproxy">tinyproxy(8)</a> manual page contains a description of all template variables.</p>

</dd>
<dt id="LogFile"><b>LogFile</b></dt>
Expand Down