Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-02-27 09:02:45 +01:00
parent 8027894fc6
commit 1228f6954f

View file

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