content.conf 266 B

123456789101112
  1. error_page 404 /404.html;
  2. error_page 500 502 503 504 /50x.html;
  3. location ~* \.(css|js|jpg|jpeg|gif|png|ico|txt|woff|otf|eot|svg|ttf|html|xml|css|js)$ {
  4. expires 30d;
  5. error_page 404 @notfound;
  6. }
  7. location = /50x.html {
  8. root /usr/share/nginx/html;
  9. }