1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/strut_ynh.git synced 2024-09-03 20:26:33 +02:00

Remove nginx conf tweaking, we serve the proper folder directly

This commit is contained in:
Alexandre Aubin 2023-12-04 21:37:53 +01:00
parent d2b51506c7
commit 4b4937e6d6

View file

@ -2,7 +2,7 @@
location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/dist/ ;
alias __INSTALL_DIR__/;
index index.html;
try_files $uri $uri/ /index.html;