added share to nginx

This commit is contained in:
2020-12-17 16:32:32 -05:00
parent 4cb5100065
commit ff5442c869
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -47,5 +47,12 @@ http {
# If using external proxy / load balancer (for initial redirect if no trailing slash)
absolute_redirect off;
}
location /share/ {
proxy_pass http://share:8080;
# If using external proxy / load balancer (for initial redirect if no trailing slash)
absolute_redirect off;
}
}
}