Blog | 博客

Why write? 

Original link: https://codechina.org/2022/10/writing/ Why write? Yu Hua said in the preface to “Alive”, A true writer will always write only for the heart, and only the heart will truly tell him how outstanding his selfishness and his nobility are. The heart allows him to truly understand himself, and once he understands himself, he understands the […]

Why write?  Read More »

Solve the problem that nginx gzip does not take effect on html pages

gzip_types adds text/html types: as follows: gzip on; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1; gzip_types text/plain text/html text/css application/ json application/ javascript text/xml application/xml application/xml+rss text/ javascript ; … The post to solve the problem that nginx gzip does not work for html pages first appeared on Lenix Blog .

Solve the problem that nginx gzip does not take effect on html pages Read More »

HTTP/2 does not support the chunked transfer encoding mechanism Transfer-Encoding:chunked of HTTP 1.1

HTTP/2 does not support HTTP 1.1’s chunked transfer encoding mechanism Transfer-Encoding:chunked, because it provides its own, more efficient data streaming mechanism … The post HTTP/2 does not support HTTP 1.1’s chunked transfer-encoding mechanism Transfer-Encoding: chunked first appeared on Lenix Blog . This article is reprinted from https://blog.p2hp.com/archives/9745 This site is for inclusion only, and the

HTTP/2 does not support the chunked transfer encoding mechanism Transfer-Encoding:chunked of HTTP 1.1 Read More »

Gossip site’s Google indexing issues

Original link: https://blog.rxliuli.com/p/cb752f65aeee4661bf4f31fa7d2a2729/ Scenes Since February this year, I have created a GitHub project for the translation of Magical Girl Madoka-Flying to the Stars fan fiction, and it has been maintained until now. Initially, this project just packaged the translations of the current authors into epubs for reading on mobile phones and e-readers, while avoiding

Gossip site’s Google indexing issues Read More »

WireGuard Basic Tutorial: Using Phantun to Masquerade WireGuard’s UDP Traffic as TCP

As a more advanced and modern VPN protocol, WireGuard is more efficient and simpler to configure than traditional IPSec, OpenVPN, etc. It has been incorporated into the Linux kernel, making it more convenient to use. It is simply a fighter in VPN. More and more experts use WireGuard to achieve many strange needs. For example,

WireGuard Basic Tutorial: Using Phantun to Masquerade WireGuard’s UDP Traffic as TCP Read More »

Connection-specific header fields such as Connection and Keep-Alive are prohibited in HTTP/2 and HTTP/3.

Connection-specific header fields such as Connection and Keep-Alive are prohibited in HTTP/2 and HTTP/3. Browsers and Firefox ignore them in HTTP/2 responses, but Safari is HTTP/2 compliant and will not load any responses that include them. … The post HTTP/2 and HTTP/3 Suppress connection-specific header fields like Connection and Keep-Alive. first appeared on Lenix Blog

Connection-specific header fields such as Connection and Keep-Alive are prohibited in HTTP/2 and HTTP/3. Read More »

Solve the problem of nginx etag and last-modified header disappearing

sub_filter_last_modified on; //When replacing page content with sub_filter module, solve the problem that etag and last-modified header disappear … The post解决nginx etag和last-modified头消失问题first appeared on Lenix Blog . 本文转自https://blog.p2hp.com/archives/9740 This site is for inclusion only, and the copyright belongs to the original author.

Solve the problem of nginx etag and last-modified header disappearing Read More »

36-year-old running mentality

Original link: http://mednoter.com/runner-at-36.html I am 36 years old this year and feel the effect of age on my body. I used to be able to run 12km once, but now my knees start to feel uncomfortable when it exceeds 5km. In the past, the pace could be controlled within 6 minutes, but now it can

36-year-old running mentality Read More »