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

Update nginx.conf

This commit is contained in:
Limezy 2022-09-05 23:20:58 +07:00
parent 55a0c35a03
commit 5fc91b1270

View file

@ -1,5 +1,5 @@
rewrite ^$ /;
location ~ ^(/api|/images|/Loader.svg|/login|/styles|/static|/manifest.json|/$) {
location ~ ^(/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;