1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

fix awstats redirect to cgi without host

This commit is contained in:
Tim Moody 2019-12-29 14:05:34 -05:00
parent 35ac04ea3b
commit 5464f91f57

View file

@ -1,5 +1,5 @@
location ~ ^/awstats {
rewrite ^ http://box.lan/cgi-bin/awstats.pl?config=schoolserver;
rewrite ^ /cgi-bin/awstats.pl;
}
location ^~ /awstatsicons {
alias /usr/share/awstats/icon/;