mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
[fix] Explain why those lines are commented
This commit is contained in:
parent
bf1ca8bcb9
commit
c0930e6caf
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ location __PATH__/ {
|
|||
client_max_body_size __MAX_FILE_SIZE__M;
|
||||
|
||||
if ($request_uri ~* ^/(img|css|font|js)/) {
|
||||
# If uncommented, it triggers some net::ERR_HTTP2_PROTOCOL_ERROR
|
||||
# with chromium
|
||||
#more_set_headers Expires "Thu, 31 Dec 2037 23:55:55 GMT";
|
||||
#more_set_headers Cache-Control "public, max-age=315360000";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue