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:
parent
2ffe0d04e9
commit
3205f605b4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
location ^~ __PATH__/console {
|
location __PATH__/console {
|
||||||
|
|
||||||
# Force usage of https
|
# Force usage of https
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
|
@ -18,7 +18,7 @@ location ^~ __PATH__/console {
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^~ __PATH__/server {
|
location __PATH__/server {
|
||||||
|
|
||||||
# Force usage of https
|
# Force usage of https
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue