These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Nginx logs for virtualserver missing on the new forum.
Hi, i've been looking for a solution all over and cant find one, i have installed virtualmin script installer fresh on centos 6. And added nginx. All fine i have several servers setup on dual this one nginx only. Now i know dual is not supported but there a ways around with some manualwork what really bothers me i cannot get the log's tab to show up even when it's only running on nginx, I have checked permissions! Logs name ie: containing the domain name first i tried adding apache as usergroup i just can't get virtualmin to show nginx logs!!!! So am i missing something here? log format? just can't understand! Please help with this stupid issue
here's a quick hack, edit virtual-server-lib-funcs.pl
(for me in debian in was in /usr/share/webmin/virtual-server )
(check your nginx log path is the same)
add this around line 11091 after the bandwidth button is added:
now it wont show up straight away, as these links are cached, so you can wait of for a reload by going to line 10786:
change if($crv){ to if(0){
save, upload, refresh virtualmin, your new link's should be visible, now undo this change and re-upload