aaronjorbin opened a new issue #1545: server push not working while pagespeed is set to on URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1545 Using `http2_push_preload on` for server push according to the instructions at https://www.nginx.com/blog/nginx-1-13-9-http2-server-push/#automatic-push works with `pagespeed off`, but turning it on (even with no additional pagespeed configuration) disables server push. Here is some info on my setup. ``` nginx version: nginx/1.13.9 built by gcc 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) configure arguments: --add-module=/home/aaronjorbin/incubator-pagespeed-ngx-latest-stable --with-cc-opt='- g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FOR TIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -fPI C' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/ access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-pa th=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/ nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/ngi nx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-htt p_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module - -with-http_slice_module --with-threads --with-http_addition_module --with-http_geoip_module=dy namic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module =dynamic --with-http_sub_module --with-http_xslt_module=dynamic --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-mail=dynamic --with-mail_ssl_module ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
