fix(fileserver): grpc instead of proxy
This commit is contained in:
parent
ba1cb20bde
commit
a59b38b2da
@ -17,6 +17,6 @@ server {
|
|||||||
ssl_certificate_key /etc/letsencrypt/live/$BASE_URL/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/$BASE_URL/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://fileserver;
|
grpc_pass http://fileserver;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user