Compare commits

...

3 Commits

Author SHA1 Message Date
59efad5eb5 updated php state
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-01 10:32:18 +02:00
eec733850e updated haproxy state 2024-05-01 10:32:10 +02:00
b5cacc1889 updated nginx state 2024-05-01 10:32:02 +02:00
3 changed files with 3 additions and 2 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
http-response set-header X-Robots-Tag "noindex,nofollow"
{% 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;
application/javascript js mjs;
application/json json;
application/json-patch+json json-patch;
application/kpml-request+xml;

View File

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