danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168503753
It's compiled but i can't make js and css minification, probably images also. I'm getting this info message for almost all resources [Mon, 27 Jun 2022 21:52:58 GMT] [Info] [19134] No permission to rewrite 'https://shopdiggers.com/wp-includes/blocks/navigation/view.min.js' Because i have an AWS ALB in front of the instance i do all the security layer at the ALB with AWS SSL certificates, so by then traffic goes under port 80 inside the vpc I hope someone could through some light about what is going on This are my global settings pagespeed CreateSharedMemoryMetadataCache "/mnt/ramdisk/pagespeedcache/" 2048000; pagespeed DefaultSharedMemoryCacheKB 2048000; pagespeed FileCacheSizeKb 2048000; pagespeed FileCacheCleanIntervalMs 36000000; pagespeed FileCacheInodeLimit 500000; pagespeed LRUCacheKbPerProcess 8192; pagespeed LRUCacheByteLimit 16384; pagespeed RedisServer "XXXXXXXXXXXXXXXXXXXXX"; pagespeed RedisDatabaseIndex 5; pagespeed RedisReconnectionDelayMs 1; pagespeed RedisTimeoutUs 50; pagespeed RedisTTLSec 100000; pagespeed ImplicitCacheTtlMs 31536000000; pagespeed LoadFromFileCacheTtlMs 31536000000; pagespeed ImageMaxRewritesAtOnce -1; pagespeed HttpCacheCompressionLevel 9; pagespeed StatisticsPath /ngx_pagespeed_statistics; pagespeed GlobalStatisticsPath /ngx_pagespeed_global_statistics; pagespeed MessagesPath /ngx_pagespeed_message; pagespeed ConsolePath /pagespeed_console; pagespeed AdminPath /pagespeed_admin; pagespeed GlobalAdminPath /pagespeed_global_admin; pagespeed IproMaxConcurrentRecordings 0; pagespeed EnableCachePurge on; pagespeed PurgeMethod PURGE; pagespeed Statistics on; pagespeed StatisticsLogging on; pagespeed UsePerVhostStatistics on; pagespeed LogDir /var/log/pagespeed; pagespeed MessageBufferSize 200000; pagespeed XHeaderValue "Optimized by Golden Gem"; pagespeed on; pagespeed FileCachePath "/mnt/ramdisk/pagespeedcache/"; pagespeed EnableFilters insert_dns_prefetch; pagespeed EnableFilters extend_cache; pagespeed EnableFilters strip_image_meta_data; pagespeed EnableFilters jpeg_subsampling; pagespeed EnableFilters hint_preload_subresources; pagespeed UseNativeFetcher on; pagespeed FetcherTimeoutMs 2000; pagespeed RewriteDeadlinePerFlushMs 5; resolver 8.8.8.8; This are my settings at the VHOST server { #listen 443 ssl http2; #listen [::]:443 ssl http2; listen 80; server_name [shopdiggers.com](http://shopdiggers.com/); root /var/www/shopdiggers; index index.php index.html index.htm; expires $expires; location / { try_files $uri $uri/ /index.php?$args; } # Needs to exist and be writable by nginx. Use tmpfs for best performance. pagespeed RedisReconnectionDelayMs 500; pagespeed ImplicitCacheTtlMs 31536000000; pagespeed LoadFromFileCacheTtlMs 31536000000; # Ensure requests for pagespeed optimized resources go to the pagespeed handler # and no extraneous headers get set. location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { add_header "" ""; } location ~ "^/pagespeed_static/" { } location ~ "^/ngx_pagespeed_beacon$" { } pagespeed on; pagespeed MaxCombinedJsBytes 300000; pagespeed MaxCombinedCssBytes -1; pagespeed MaxSegmentLength 1500; #pagespeed UseExperimentalJsMinifier on; pagespeed CombineAcrossPaths on; pagespeed FetchHttps enable,allow_self_signed,allow_unknown_certificate_authority,allow_certificate_not_yet_valid; pagespeed MapOriginDomain http://shopdiggers.com/ https://shopdiggers.com/; pagespeed Domain [shopdiggers.com](http://shopdiggers.com/); pagespeed LoadFromFile "https://shopdiggers.com/" "/var/www/shopdiggers/"; pagespeed EnableFilters strip_image_color_profile; pagespeed EnableFilters move_css_to_head,move_css_above_scripts,flatten_css_imports; pagespeed EnableFilters rewrite_javascript,rewrite_css,rewrite_images; pagespeed EnableFilters combine_javascript,combine_css; pagespeed EnableFilters collapse_whitespace,elide_attributes; pagespeed EnableFilters remove_comments; pagespeed EnableFilters inline_google_font_css; pagespeed EnableFilters sprite_images; pagespeed EnableFilters extend_cache; pagespeed EnableFilters insert_dns_prefetch; pagespeed EnableFilters trim_urls; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org