emengweb

Results 32 comments of emengweb

Separate from Symbol, and Create new Symbol, then export will not be fail, you can try it, it work for me :)

Solved! Add the "- AWS_S3_BUCKET_IMAGES=$MINIO_BUCKET" to docker-compose.yml file, and up -d it, the images files has been delete!

RSS Icon still can not see anything

I use nginx proxy 9000 for docker-minio-service. set nginx `proxy_set_header Host $http_host;` set port on yml file like this: ` feedbin-minio: image: minio/minio container_name: feedbin-minio environment: - MINIO_ACCESS_KEY - MINIO_SECRET_KEY...

DONE location / { proxy_pass https://127.0.0.1:8443; # $proxy_host proxy_ssl_name $host; proxy_ssl_server_name on; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header REMOTE-HOST $remote_addr; add_header X-Cache $upstream_cache_status; #Set Nginx Cache...

looks like minio get error,dont know why `172.23.0.7 - - [15/Nov/2021:19:32:31 +0800] "PUT /645c99d/645c99d815bd6a8d09560074bfa63c34df362f31.jpg HTTP/1.1" 404 386 "-" "fog-core/2.2.4"`

Yes, me too,Sidekiq say `IExcon::Error::BadGateway: Expected(200) Actual(502 Bad Gateway) excon.error.response :body => "" :cookies => [ ] :headers => { "Connection" => "keep-alive" ...`

and favicon canot get, guess same issus

same issus, i use nginx as Reverse proxy