1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/laverna_ynh.git synced 2024-09-03 19:36:06 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2020-11-05 21:06:36 +01:00
parent dc6f705a26
commit ab323d3a8e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -9,6 +9,8 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.html;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}