[ ] ... the documentation does not mention anything about my problem
[X] ... there are no open or closed issues that are related to my problem
Description
Hi there,
I'm using your container on Unraid and so far it works fine. But when trying to generate a sitemap.xml via the extension FoF-sitemap, it will fail due to a missing nginx config parameter.
Expected behaviour
/sitemap.xml should be public accessible
Actual behaviour
accessing /sitemap.xml will result in an Nginx Error 404
Steps to reproduce
Just run the container, install the FoF-sitemap extension and try to access the URL
I don't have any.
But here is the necessary config statement, which has to be added to nginx.conf:
location = /sitemap.xml {
try_files $uri $uri/ /index.php?$query_string;
}
Additional info
An immediate implementation would be wonderful. Thanks
Support guidelines
I've found a bug and checked that ...
Description
Hi there,
I'm using your container on Unraid and so far it works fine. But when trying to generate a sitemap.xml via the extension FoF-sitemap, it will fail due to a missing nginx config parameter.
Expected behaviour
/sitemap.xml should be public accessible
Actual behaviour
accessing /sitemap.xml will result in an Nginx Error 404
Steps to reproduce
Just run the container, install the FoF-sitemap extension and try to access the URL
Docker info
Docker Compose config
No response
Logs
Additional info
An immediate implementation would be wonderful. Thanks