1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

Merge pull request #8 from YunoHost-Apps/orhtej2-patch-1

Properly route Vue.js paths
This commit is contained in:
Mateusz 2024-01-29 19:12:40 +01:00 committed by GitHub
commit c987f4aa97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,4 +59,5 @@ location __PATH__/ {
# Path to source # Path to source
alias __INSTALL_DIR__/dist/; alias __INSTALL_DIR__/dist/;
try_files $uri $uri/ /index.html;
} }