Compare commits

..

No commits in common. "59efad5eb55c309e801773d4d044f0e4b8c72198" and "8bc923428bea79cb5313bba212417fb04e2155b8" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -247,7 +247,7 @@ frontend fe_https from {{ haproxy.config.namespace }}
http-response set-header Date "%[var(txn.httpdate)]"
http-response set-header Server "{{ haproxy.config.servername }}"
http-response set-header X-Random "%[var(txn.random)]"
http-response set-header X-Robots-Tag "noindex,nofollow"
http-response set-header X-Robots-Tag noindex
{% if haproxy.config.quic|default(true) %}
.if feature(QUIC)
http-response set-header Alt-Svc "h3=\":443\"; ma=3600"

View File

@ -84,7 +84,7 @@ types {
application/ipfix ipfix;
application/ipp;
application/isup;
application/javascript js mjs;
application/javascript js;
application/json json;
application/json-patch+json json-patch;
application/kpml-request+xml;

View File

@ -4,7 +4,6 @@ php:
pkgs:
- php
- php-apcu
- php-bcmath
- php-curl
- php-fpm
- php-gd