Arsenii Liubogashchinskii

Results 6 comments of Arsenii Liubogashchinskii

I have the same issue. ngx_pagespeed version 1.13.35.2, nginx version 1.23.0

@eilandert I saw your psol build for Ubuntu 22, thanks for your work! Please, can you make a tip how to build ngx_pagespeed from git sources for nginx 1.23.0? Automatic...

> > nginx 1.23.0 comes with some api changes, the git repo has been fixed but I do not think the automatic installer is fetching the git repo but a...

I checked your solution. It 100% works for debian 9/10/11, ubuntu 16/18/20 and centos 8. My solution works for Ubuntu 22. But I used manual installation.

@baltic-tea Continuing with your pseudo-aliases idea, I suggest adding function for bash: ``` dxcbash() { docker exec -it "$@" /bin/bash } ``` Made a PR to your fork.

@matthewadams > ``` > > alias 'drma!'='docker container ls -a -q | xargs docker container rm -f' > ``` Maybe next is better? `alias 'drma!'='docker container rm -f $(docker container...