removed typo

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-02 11:50:55 +01:00
parent 1d19fe0fbe
commit 249f722865

View File

@ -18,7 +18,7 @@ location /
location ~* \.(gif|ico|jpg|jpeg|png|svg|mp4|mp3|pdf)$ {
proxy_cache cache;
proxy_cache_key $host$uri$is_args$args;
proxy_cache_valid 200 301 302 365dm;
proxy_cache_valid 200 301 302 365d;
expires 365d;
{% if https_port is defined %}
proxy_pass https://127.0.0.1:{{https_port}};