1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

try add a slash in path to source nginx.conf

This commit is contained in:
Robles Rodolphe 2020-06-17 20:20:36 +02:00
parent 5f900d79e6
commit ab97ad0273

View file

@ -1,4 +1,4 @@
location __PATH__ {
location __PATH__/ {
# Path to source
alias __FINALPATH__/www/ ;