mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Complotist theory : Minio is delibarately making it difficult
This commit is contained in:
parent
4a7457e5c4
commit
e8f026db29
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
rewrite ^$ /;
|
||||
location ~ ^(/api|/images|/Loader.svg|/apple-icon-180x180.png|/favicon-96x96.png|/favicon-16x16.png|/favicon-32x32.png|/login|/styles|/static|/manifest.json|/$) {
|
||||
location ~ ^(/ws|/api|/images|/Loader.svg|/apple-icon-180x180.png|/favicon-96x96.png|/favicon-16x16.png|/favicon-32x32.png|/login|/styles|/static|/manifest.json|/$) {
|
||||
|
||||
proxy_pass http://127.0.0.1:__CONSOLE_PORT__;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
proxy_ignore_client_abort on;
|
||||
client_max_body_size 200M;
|
||||
|
|
Loading…
Add table
Reference in a new issue