<html><head><style id="css_styles" type="text/css"><!--blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: center; '], li[style='text-align: right;'], li[style='text-align: right; '] { list-style-position: inside;}
body { font-family: 'Avenir Next'; font-size: 10.5pt; }
.quote { margin-left: 1em; margin-right: 1em; border-left: 5px #ebebeb solid; padding-left: 0.3em; }
a.em-mention[href] { text-decoration: none; color: inherit; border-radius: 3px; padding-left: 2px; padding-right: 2px; background-color: #e2e2e2; }
._em_placeholder {color: gray; border-bottom: 1px dotted lightblue;} ._em_placeholder:before{color:gray; content: '{{ ';} ._em_placeholder:after{color:gray; content: ' }}';}
--></style></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div style="color: rgb(0, 0, 0);"><br /></div><div style="color: rgb(0, 0, 0);">Hey Pete,</div><div style="color: rgb(0, 0, 0);"><br /></div><div id="x06dfdbcd16de462" style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><blockquote cite="29C48E1A-EE4D-4434-AE26-37ED81D1E0D8@xmission.com" type="cite" class="cite2" style="color: rgb(0, 0, 0);"><div>I am running php 8.1 on Apache2 now, but I still had my NGINX configs, so I tried a quick swap. The bug came back with NGINX and php 8.1. My config doesn’t differ from yours. Very odd bug. In any case, I think I’m going to stick with Apache2, so this isn’t a big deal.</div><div><br /></div><div><br /></div><div><div> location ~ \.php$ {</div><div> include snippets/fastcgi-php.conf;</div><div> fastcgi_pass unix:/var/run/php/php-fpm.sock;</div><div> }</div><div><br /></div></div></blockquote><div>I’d check if <span>php-fpm.sock is indeed 8.1. If you are running on Ubuntu, for example, the php without a version reference would normally refer to the standard PHP version, where as </span><span>php-fpm8.1.sock would be a different installed version.</span></div><div><span><br /></span></div><div><span><br /></span></div></div>
</body></html>