Add "core" chunk for httpd.conf

from Mark Patruck, Thanks!
This commit is contained in:
gonzalo 2022-10-17 11:03:20 +00:00
parent 3206813012
commit 264370cf20

View File

@ -74,6 +74,12 @@ server "domain.tld" {
pass
}
location "/nextcloud/dist/*" {
root "/nextcloud"
request strip 1
pass
}
location "/nextcloud/core/*" {
root "/nextcloud"
request strip 1