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

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-04-12 14:21:00 +02:00
parent 0849ca7e51
commit 9c223e7523

View file

@ -1,7 +1,7 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
alias __FINAL_PATH__/;
alias __INSTALL_DIR__/;
index index.html;
try_files $uri $uri/ /index.html;