


Nginx cache cleaning configuration, update website static resources
Introduction:
With the development of websites and content updates, in order to improve the access speed and user experience of the website, many websites will use Nginx as a backend to the proxy server. The caching function of Nginx can greatly improve the performance of the website. However, during the process of updating the static resources of the website, we need to manually clear the Nginx cache. This article will introduce how to configure Nginx for cache cleaning and how to automatically update website static resources.
1. Nginx cache clearing configuration
-
Create a path for receiving cache clearing requests, such as /cache/clear. Add the following configuration to the Nginx configuration file:
location /cache/clear {
allow 127.0.0.1; deny all; proxy_cache_purge CACHE_NAME "$scheme$request_method$host$request_uri"; return 204;
}
-
Modify the Nginx cache configuration file and add A new cache block named CACHE_NAME. Add the following configuration to this cache block:
proxy_cache_path /path/to/cache levels=1:2 keys_zone=CACHE_NAME:10m max_size=10g inactive=60m use_temp_path=off;
proxy_cache_key "$scheme$request_method$host$request_uri";
- Restart the Nginx server to make the configuration file take effect.
2. Update website static resources
- Create a directory on the server to store static resources, such as /static.
-
In the Nginx configuration file, add a location for processing static resources.
location /static {
root /path/to/static; expires max; add_header Cache-Control public;
}
- Configure a script to update the static resources of the website. This can be achieved using shell scripts or other scripting languages. The following is an example script:
#!/bin/bash # 静态资源目录 STATIC_DIR="/path/to/static" # 缓存清理URL CACHE_CLEAR_URL="http://localhost/cache/clear" # 进入静态资源目录 cd $STATIC_DIR # 拉取最新的代码 git pull # 清理Nginx缓存 curl -X PURGE $CACHE_CLEAR_URL # 复制静态资源到Nginx的目录 cp -R ./* /path/to/nginx/static # 重启Nginx服务器 service nginx restart
The above script will first switch to the static resource directory, and then pull the latest code through the git command. Then, it will use curl to send a cache clearing request to clear Nginx's cache. Then, it copies the new static resources to Nginx's directory and finally restarts the Nginx server.
- Use scheduled tasks or other methods to automatically execute scripts that update static resources. For example, it can be executed once an hour to ensure that the static resources of the website are always up to date.
Conclusion:
By configuring Nginx's cache cleaning and updating scripts for website static resources, we can easily keep the website's performance and content updated. During the website development process, we can configure and optimize according to the actual situation to improve user experience and website access speed.
The above is the detailed content of Nginx cache cleaning configuration, update website static resources. For more information, please follow other related articles on the PHP Chinese website!

Gin框架是一种轻量级、快速、灵活的Web框架,它可以让开发人员通过简单且优美的API构建高性能的Web应用程序。在Web应用程序中,静态资源文件(如图片、CSS、JavaScript、字体等)通常是不变的,因此需要能够高效地处理这些资源文件以提高应用程序的性能。在Gin框架中,处理静态资源文件非常简单。本文将介绍在Gin框架中如何处理静态资源文件。一、在G

Symfony框架中间件:加速静态资源的加载和处理引言:在现代Web应用程序中,静态资源(例如JavaScript、CSS和图片)的加载和处理是一个重要的环节。对于访问量较大的网站来说,如何高效地加载和处理静态资源变得尤为重要。幸运的是,Symfony框架提供了中间件来帮助我们加速静态资源的加载和处理过程。本文将介绍如何使用Symfony框架的中间件功能来优

如何通过静态资源分离提升Java网站的访问速度?随着互联网的快速发展,越来越多的人使用网站来获取信息和进行交流。对于一个Java网站来说,访问速度是至关重要的,它直接影响着用户体验和网站的成功与否。其中,静态资源的加载速度是影响网站访问速度的重要因素之一。本文将介绍如何通过静态资源分离来提升Java网站的访问速度。什么是静态资源首先,我们需要明确什么是静态资

win7配置更新100%不动了怎么办?一些用户想将win7升级一下没想到卡住不动了,不知道怎么处理,下面一起来看看如何操作.1、点击桌面左下角“Windows”图标,然后点击“运行”。2、在运行窗口输入“msconfig”指令,然后点击“确定”进入系统配置。3、在系统配置中,点击“服务”选项,勾选左下方“隐藏所有Microsoft服务(H)”前方的框框,接着点击“全部禁用”,最后点击“应用”。4、重启电脑进行Windows更新,当更新结束后需要恢复第3步禁用的程序,点击“全部启用”即可。以上就是

PHP如何对接腾讯云CDN加速服务实现静态资源加速功能随着互联网的快速发展,网站的访问速度成为了用户体验的重要指标之一。在传统的网站架构中,静态资源的加载速度往往会受到影响,从而导致页面的加载速度变慢。为了解决这个问题,腾讯云提供了一项CDN加速服务,可以帮助开发者加速静态资源的加载速度,提升网站的访问体验。本文将介绍如何使用PHP语言对接腾讯云CDN加速服

如何通过CDN加速技术提高Python网站的静态资源访问速度?随着互联网的发展,网站访问速度的需求越来越高,特别是对于静态资源的访问。为了提高用户体验和网站性能,使用CDN(内容分发网络)加速技术已经成为一个普遍的选择。本文将介绍如何通过CDN加速技术提高Python网站的静态资源访问速度,并为您提供具体的代码示例。CDN是一种分布式的网络架构,它通过把网站

虽然微软已经停止了对win7系统的更新,但是一些还没有更新至最新版本的win7用户任然可以进行更新。最近就有用户问小编win7配置更新100%不动怎么办,那么今天小编就来教教大家win7配置更新100%不动怎么解决。下面就让我们一起来看看吧!!!win7配置更新100%不动的解决方法:1、按下win键+r键,输入msconfig,点击确定。2、在系统配置中,点击“服务”,勾选左下方“隐藏所有Microsoft服务(H)”前方的框框,接着点击“全部禁用”,最后点击“应用”即可。3、重启电脑进行Wi

由于种种原因,在win7清理c盘后,有网友会发现电脑出现win7重启配置更新失败的情况。那么win7清理磁盘后重启配置更新失败怎么办?是否能关闭掉重启电脑配置更新的界面?下面小编就教下大家win7清理c盘后出现win7重启配置更新失败的解决方法。我们可以通过关闭系统的自动更新功能,这样就可以避免出现重启配置更新的情况发生。具体操作如下:1、重启电脑,在开机时按F8进入安全模式。2、然后在左下角的开始图标中点击打开“运行”,然后点击进入“services.msc”并按回车键确认。3、打开“服务”窗


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 English version
Recommended: Win version, supports code prompts!
