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:
parent
d2b51506c7
commit
4b4937e6d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue