Skip to content

Commit

Permalink
fix: remove pagespeed module
Browse files Browse the repository at this point in the history
Signed-off-by: Gökay Gürcan <gokay.gurcan@bestseller.com>
  • Loading branch information
gokaygurcan committed Jan 7, 2024
1 parent f860907 commit b5f9fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ RUN cd ${USR_SRC_NGINX} && \
--without-http_uwsgi_module \
--without-http_scgi_module \
--add-module=${USR_SRC_NGINX_MODS}/njs/nginx \
--add-module=${USR_SRC_NGINX_MODS}/pagespeed \
# --add-module=${USR_SRC_NGINX_MODS}/pagespeed \
--add-module=${USR_SRC_NGINX_MODS}/geoip2 \
--add-module=${USR_SRC_NGINX_MODS}/headers-more \
--add-module=${USR_SRC_NGINX_MODS}/cache-purge \
Expand Down

0 comments on commit b5f9fb7

Please sign in to comment.