mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
note that allowed hosts are IPs
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3389 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
c63b50d16c
commit
42225f1e1e
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ import linkcheck.lc_cgi
|
|||
# log errors to stdout
|
||||
sys.stderr = sys.stdout
|
||||
|
||||
# access
|
||||
# access: a list of IP numbers
|
||||
ALLOWED_HOSTS = ['127.0.0.1']
|
||||
ALLOWED_SERVERS = ['127.0.0.1']
|
||||
# uncomment the following lines to test your CGI values
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import fcgi
|
|||
import linkcheck
|
||||
import linkcheck.lc_cgi
|
||||
|
||||
# access
|
||||
# access: a list of IP numbers
|
||||
ALLOWED_HOSTS = ['127.0.0.1']
|
||||
ALLOWED_SERVERS = ['127.0.0.1']
|
||||
# main
|
||||
|
|
|
|||
Loading…
Reference in a new issue