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

remove slash in path to source nginx.conf

This commit is contained in:
Robles Rodolphe 2020-06-17 20:40:11 +02:00
parent 0e06714a65
commit 1cb2574988

View file

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