This commit is contained in:
Salamandar 2024-06-23 16:53:09 +02:00 committed by GitHub
commit 67007d36a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
location ^__PATH__/ {
# Path to source
alias __INSTALL_DIR__/;