Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nginx.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ location /media/ {
# }
# image_filter resize $width $height;
# image_filter_jpeg_quality 90;
#
# add_header Cache-Control "public";
# add_header X-Frame-Options "SAMEORIGIN";
# expires +1y;
# }

# try_files $uri $uri/ /get.php$is_args$args;
Expand Down