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:
parent
35ac04ea3b
commit
5464f91f57
1 changed files with 1 additions and 1 deletions
|
@ -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/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue