Skip to content

Commit fa759ab

Browse files
committed
Update mod_reverseproxy.c
1 parent 1f45dc9 commit fa759ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mod_reverseproxy.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ typedef struct {
5757
*/
5858

5959
int enable_module;
60-
//int deny_all;
61-
/** If this flag is set, only allow requests which originate from a CF Trusted Proxy IP.
62-
* Return 403 otherwise.
60+
61+
/**
62+
* you can trun off or turn on this module by using this directive.
6363
*/
6464
apr_array_header_t *proxymatch_ip;
6565
} reverseproxy_config_t;

0 commit comments

Comments
 (0)