1
0
Fork 0
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:
tituspijean 2023-09-16 14:04:49 +02:00
parent 7851502ad0
commit 1c9203a5a8
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -1,6 +1,7 @@
location / {
# Path to source
root __INSTALL_DIR__/frontend/build/;
default_type text/html;
try_files $uri $uri/ /index.html @proxy;
error_page 405 @proxy;