1
0
Fork 0
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:
Limezy 2023-01-27 22:43:48 +07:00
parent 4a7457e5c4
commit e8f026db29

View file

@ -1,9 +1,10 @@
rewrite ^$ /; 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_pass http://127.0.0.1:__CONSOLE_PORT__;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_cache_bypass $http_upgrade; proxy_cache_bypass $http_upgrade;
proxy_ignore_client_abort on; proxy_ignore_client_abort on;
client_max_body_size 200M; client_max_body_size 200M;