11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
|
#
|
||
|
# {{ ansible_managed }}
|
||
|
#
|
||
|
|
||
|
location ~* \.(txt|js|css|png|jpg|jpeg|gif|ico|svg)$ {
|
||
|
expires 30d;
|
||
|
log_not_found off;
|
||
|
}
|
||
|
|
||
|
# vim:filetype=nginx
|