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 02:11:35 +07:00
parent 199975713c
commit b982852a79

View file

@ -1,4 +1,8 @@
location / {
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
# Force usage of https
if ($scheme = http) {