This commit is contained in:
Administrator
2022-08-18 20:22:13 +03:00
parent 67fd65b06f
commit f0cf8fc093
4 changed files with 52 additions and 0 deletions

View File

@@ -28,4 +28,13 @@ http {
proxy_pass http://dev.develop.sprinthub.ru:15672/;
}
}
server {
listen 80;
server_name minio.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:9001/;
}
}
}