Hi! I'm currently hosting Shopware 6 shop in ISPConfig. Shopware has its public files in a folder called "public". Therefore, I have the following directive in my NGINX config: ##subroot public ## The "stats" folder, containing the awstats files, is a sibling to the public folder. The configuration for the stats folder location is therefore inside the root, which does not accurately mirror the directory structure, which leads to the stats files not being accessible. I've had a look at the awstats configuration files to maybe move the "stats" folder inside the public folder, but I can't find the part where awstats is instructed where to put the generated files. Can anyone give me a hint where that setting can be found? Thanks
Ah, that was just too obvious, thanks. I'm always getting an error 403 though. Could it be that the .htpasswd_stats must be inside the webroot?