1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-02-27 09:12:47 +01:00 committed by Félix Piédallu
parent 13b5def0ad
commit 71ca3a13c5

View file

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