1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

Final touch

This commit is contained in:
Limezy 2022-03-26 21:36:07 +07:00
parent c881641541
commit e94e7deec3

View file

@ -1,4 +1,5 @@
location ~ ^/(api|login|styles|static|(?!.+/).*) { rewrite ^$ /;
location ~ ^(/api|/login|/styles|/static|/manifest.json|/$) {
# Force usage of https # Force usage of https
if ($scheme = http) { if ($scheme = http) {