Browse Source

squid 🦑 proxy fix

windhamdavid 5 days ago
parent
commit
dc630b3781
2 changed files with 2 additions and 1 deletions
  1. 1 1
      docs/computers/squid.md
  2. 1 0
      docs/srh.md

+ 1 - 1
docs/computers/squid.md

@@ -3,7 +3,7 @@
 Setting up a new server for a project. This one has to be easily replicated and provide access to multiple systems level administrators. The named comes from a portmantuau of the hosting data center and because cephalopod intelligence is the best of the invertebrates.
 
 ## Log
-
+- **25/07/21** bypass nginx [proxy rule](/docs/srh#production-config) changed by CVE-2024-42516
 - **25/04/09** add a passive FTP rule to the firewall 
 
 

+ 1 - 0
docs/srh.md

@@ -534,6 +534,7 @@ location ~ ^/MySelfRegional/(.*)$ {
 
 ```sh
 underscores_in_headers on;
+proxy_ssl_server_name off;
 
 location / {
 	rewrite ^/(.*)$ /MySRH/-/providers/$1?host=MySelfRegional break;