mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
disable-proxy and typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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'} );
|
||||
|
||||
Reference in New Issue
Block a user