mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Make sure HTML files are properly served
This commit is contained in:
parent
7851502ad0
commit
1c9203a5a8
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
location / {
|
location / {
|
||||||
# Path to source
|
# Path to source
|
||||||
root __INSTALL_DIR__/frontend/build/;
|
root __INSTALL_DIR__/frontend/build/;
|
||||||
|
default_type text/html;
|
||||||
|
|
||||||
try_files $uri $uri/ /index.html @proxy;
|
try_files $uri $uri/ /index.html @proxy;
|
||||||
error_page 405 @proxy;
|
error_page 405 @proxy;
|
||||||
|
|
Loading…
Reference in a new issue