disable-proxy and typo

This commit is contained in:
Joe Cooper
2018-11-15 03:22:28 -06:00
parent 7f5e7fb753
commit 72df582043
2 changed files with 4 additions and 4 deletions

View File

@@ -122,15 +122,15 @@ sub root {
=head1 NAME
enable-proxy
disable-proxy
=head1 DESCRIPTION
Configure the Webmin web server to be proxied through another web server, like Apache or nginx. This is not usually recommended, and disables some security features, but can help traverse a firewall.
Disable proxy-related features in Webmin.
=head1 SYNOPSIS
enable-proxy [options]
disable-proxy [options]
=head1 OPTIONS

View File

@@ -17,7 +17,7 @@ sub main {
'help|h' => \$opt{'help'},
'config|c=s' => \$opt{'config'},
'module|m=s' => \$opt{'module'},
option|o=s' => \$opt{'option'},
'option|o=s' => \$opt{'option'},
'describe|d' => \$opt{'describe'}
);
pod2usage(0) if ( $opt{'help'} );