1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glpi_ynh.git synced 2024-09-03 20:36:21 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-09-26 11:12:20 +02:00
parent e180b3c145
commit 8a2a90649c

View file

@ -2,7 +2,7 @@
location __PATH__/ { location __PATH__/ {
# Path to source # Path to source
alias __INSTALL_DIR__/; alias __INSTALL_DIR__/public/;
index index.php; index index.php;