Add "core" chunk for httpd.conf
from Mark Patruck, Thanks!
This commit is contained in:
parent
3206813012
commit
264370cf20
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user