1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Update nginx.conf

This commit is contained in:
yalh76 2022-08-01 02:08:11 +02:00
parent 4f12fdcba5
commit d25ab5c1c9

View file

@ -26,9 +26,7 @@ location = /api/v1/videos/upload-resumable {
}
location / {
try_files /dev/null @api;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}