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:
parent
c881641541
commit
e94e7deec3
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue