Compare commits
3 Commits
8bc923428b
...
59efad5eb5
Author | SHA1 | Date | |
---|---|---|---|
59efad5eb5 | |||
eec733850e | |||
b5cacc1889 |
@ -247,7 +247,7 @@ frontend fe_https from {{ haproxy.config.namespace }}
|
|||||||
http-response set-header Date "%[var(txn.httpdate)]"
|
http-response set-header Date "%[var(txn.httpdate)]"
|
||||||
http-response set-header Server "{{ haproxy.config.servername }}"
|
http-response set-header Server "{{ haproxy.config.servername }}"
|
||||||
http-response set-header X-Random "%[var(txn.random)]"
|
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 haproxy.config.quic|default(true) %}
|
||||||
.if feature(QUIC)
|
.if feature(QUIC)
|
||||||
http-response set-header Alt-Svc "h3=\":443\"; ma=3600"
|
http-response set-header Alt-Svc "h3=\":443\"; ma=3600"
|
||||||
|
@ -84,7 +84,7 @@ types {
|
|||||||
application/ipfix ipfix;
|
application/ipfix ipfix;
|
||||||
application/ipp;
|
application/ipp;
|
||||||
application/isup;
|
application/isup;
|
||||||
application/javascript js;
|
application/javascript js mjs;
|
||||||
application/json json;
|
application/json json;
|
||||||
application/json-patch+json json-patch;
|
application/json-patch+json json-patch;
|
||||||
application/kpml-request+xml;
|
application/kpml-request+xml;
|
||||||
|
@ -4,6 +4,7 @@ php:
|
|||||||
pkgs:
|
pkgs:
|
||||||
- php
|
- php
|
||||||
- php-apcu
|
- php-apcu
|
||||||
|
- php-bcmath
|
||||||
- php-curl
|
- php-curl
|
||||||
- php-fpm
|
- php-fpm
|
||||||
- php-gd
|
- php-gd
|
||||||
|
Loading…
Reference in New Issue
Block a user