Skip to content

Commit fce427f

Browse files
authored
Merge branch 'main' into rate-limit-at-lb
2 parents 587e709 + ecfd5d8 commit fce427f

File tree

6 files changed

+54
-4578
lines changed

6 files changed

+54
-4578
lines changed

pillar/base/bugs.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ bugs:
139139
rdbms__isolation_level: "read committed"
140140
logging__config: ""
141141
logging__filename: ""
142-
logging__level: "ERROR"
142+
logging__level: "WARNING"
143143
mail__domain: ""
144144
mail__host: "localhost"
145145
mail__username: ""

salt/cdn-logs/config/fastly.logrotate.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
delaycompress
88
sharedscripts
99
postrotate
10-
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
10+
/usr/lib/rsyslog/rsyslog-rotate
1111
endscript
1212
}

salt/docs/config/nginx.docs-redirects.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ location ~ ^/([a-z-]*/)?(3|3.5|3.6|3.7|3.8|3.9|3.10)/library/__builtin__.html$ {
130130
location ~ ^/([a-z-]*/)?(3|3.5|3.6|3.7|3.8|3.9|3.10)/library/_winreg.html$ {
131131
return 301 https://$host/$1$2/library/winreg.html;
132132
}
133-
location ~ ^/([a-z-]*/)?(3|3.12|3.13|3.14)/library/(asynchat|asyncore|smtpd).html$ {
134-
return 301 https://$host/$1$2/;
135-
}
136-
location ~ ^/([a-z-]*/)?(3|3.13|3.14)/library/(2to3|aifc|audioop|cgi|cgitb|chunk|crypt|imghdr|mailcap|msilib|nis|nntplib|ossaudiodev|pipes|sndhdr|spwd|sunau|telnetlib|tkinter.tix|uu|xdrlib).html$ {
133+
location ~ ^/([a-z-]*/)?(3|3.13|3.14)/library/(2to3|tkinter.tix).html$ {
137134
return 301 https://$host/$1$2/;
138135
}
139136

0 commit comments

Comments
 (0)