Viorel-Cosmin Miron
Viorel-Cosmin Miron
Deleting cache files to deleting over 100 gb of files and system files and apps and music and all its not cache. This is a thread and i was just...
Yes, here is what I got generated. [oxygen-base.zip](https://github.com/carolinan/fullsiteediting/files/9273964/oxygen-base.zip)
> I'm open to it! I don't have an Apple Watch so it's not something I'd build myself, but I would happily accept a PR! Arent apple providing also Apple...
@paweldesign did you managed to deploy it? I have all the libraries in place, still got stuck.
@utags did you solved the issue? What was the problem in the end?
Hi, Using Nginx + FastCGI cache + opcache + redis this was the main original stack. I then added pagespeed and testing since, if its needed will remove the previous...
Hi, Here are the remaining details: ``` ./pagespeed.conf:pagespeed MessageBufferSize 100000; ./pagespeed.conf:pagespeed NumRewriteThreads 6; ./pagespeed.conf:pagespeed NumExpensiveRewriteThreads 6; ./pagespeed.conf:pagespeed ImageMaxRewritesAtOnce 3; ./pagespeed.conf:pagespeed LogDir /var/log/pagespeed; ./pagespeed.conf:pagespeed FileCachePath /mnt/ram/pagespeed; ./pagespeed.conf:pagespeed StatisticsPath /ngx_pagespeed_statistics; ./pagespeed.conf:pagespeed GlobalStatisticsPath...
``` proxy_temp_path /www/server/nginx/proxy_temp_dir; proxy_cache_path /www/server/nginx/proxy_cache_dir levels=1:2 keys_zone=cache_one:20m inactive=1d max_size=5g; client_body_buffer_size 512k; proxy_connect_timeout 60; proxy_read_timeout 60; proxy_send_timeout 60; proxy_buffer_size 32k; proxy_buffers 4 64k; proxy_busy_buffers_size 128k; proxy_temp_file_write_size 128k; proxy_next_upstream error timeout invalid_header...
Seems that is not helping, seems no errors are recorder whatsoever: ``` 94.112.41.18 - - [23/Nov/2020:11:09:02 +0100] "GET / HTTP/2.0" 200 10339 "https://uhl.site/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6)...
Seems that even debug does not track it, there is a bug maybe? The most intresting part is that error console from nginx in the site vhost is not showing...