1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chitchatter_ynh.git synced 2024-09-03 18:15:59 +02:00

Update nginx.conf

Fix #10
This commit is contained in:
Tagada 2023-07-25 22:25:35 +02:00 committed by GitHub
parent 0a31b4c2ae
commit ee8b128c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ location __PATH__/ {
index index.html; index index.html;
try_files $uri /index.html;
# Include SSOWAT user panel. # Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }