nginx upstream fix
This commit is contained in:
parent
421d8bec92
commit
ec2f78b691
1 changed files with 4 additions and 4 deletions
|
|
@ -2,15 +2,15 @@ events {
|
|||
worker_connections 1024;
|
||||
}
|
||||
|
||||
upstream minio {
|
||||
server minio:9000;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
server_tokens off;
|
||||
charset utf-8;
|
||||
|
||||
upstream minio {
|
||||
server minio:9000;
|
||||
}
|
||||
|
||||
# always redirect to https
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue