mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-26 14:41:04 +01:00
removed typo
This commit is contained in:
parent
1d19fe0fbe
commit
249f722865
@ -18,7 +18,7 @@ location /
|
|||||||
location ~* \.(gif|ico|jpg|jpeg|png|svg|mp4|mp3|pdf)$ {
|
location ~* \.(gif|ico|jpg|jpeg|png|svg|mp4|mp3|pdf)$ {
|
||||||
proxy_cache cache;
|
proxy_cache cache;
|
||||||
proxy_cache_key $host$uri$is_args$args;
|
proxy_cache_key $host$uri$is_args$args;
|
||||||
proxy_cache_valid 200 301 302 365dm;
|
proxy_cache_valid 200 301 302 365d;
|
||||||
expires 365d;
|
expires 365d;
|
||||||
{% if https_port is defined %}
|
{% if https_port is defined %}
|
||||||
proxy_pass https://127.0.0.1:{{https_port}};
|
proxy_pass https://127.0.0.1:{{https_port}};
|
||||||
|
Loading…
Reference in New Issue
Block a user