danidorado commented on issue #1749:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1274210169

   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/" 1000000;
   
       #pagespeed DefaultSharedMemoryCacheKB 150000;
   
       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;
   
       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 SslCertDirectory /etc/sslmate/;
   
      #pagespeed SslCertFile shopdiggers.com.chained.crt;
   
      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;
   
      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;
   
   On Tue, Jun 28, 2022 at 4:23 AM Thijs Eilander ***@***.***>
   wrote:
   
   > ok, no sleep! fixed some things.
   >
   > Packages here:
   > http://edge.deb.myguard.nl:8888/pool/main/n/nginx/
   > http://edge.deb.myguard.nl:8888/openssl3/pool/main/n/nginx/
   > (building in progress right now. please note: edge.deb.myguard.nl is
   > experimental)
   >
   > Docker here
   > https://hub.docker.com/r/eilandert/nginx-modsecurity3-pagespeed
   > (currently only the debian ones are with 1.23.0, when all packages are
   > built ubuntu will follow tomorrow)
   >
   > Some documentation here:
   > https://deb.myguard.nl/nginx-modules/
   >
   > Happy testing
   >
   > —
   > Reply to this email directly, view it on GitHub
   > 
<https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1168029872>,
   > or unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/ABTZ2OMROI6AXFG5REB7PHLVRIZXNANCNFSM5ZFWIKDA>
   > .
   > You are receiving this because you commented.Message ID:
   > ***@***.***>
   >
   


-- 
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

Reply via email to