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 2021-11-06 01:39:07 +07:00
parent 2ffe0d04e9
commit 3205f605b4

View file

@ -1,4 +1,4 @@
location ^~ __PATH__/console {
location __PATH__/console {
# Force usage of https
if ($scheme = http) {
@ -18,7 +18,7 @@ location ^~ __PATH__/console {
proxy_set_header Connection "upgrade";
}
location ^~ __PATH__/server {
location __PATH__/server {
# Force usage of https
if ($scheme = http) {