How to configure nginx file server in windows10 system
nginx official website Download the windows version of nginx:
Unzip the downloaded software package:
Note:
The path to the decompressed package cannot contain Chinese characters, otherwise the nginx service cannot be started
Start the nginx service:
"Windows key r key" to open the run, enter "cmd" to enter the "dos terminal"
c:\users\administrator>f: f:\>cd gx\nginx-1.16.1 # 启动命令 f:\gx\nginx-1.16.1>start nginx f:\gx\nginx-1.16.1>
After the service is started successfully, there will be two in the task manager "nginx" process
Modify the configuration file and restart nginx
above the "https server block" of the "nginx.conf" file Add the following lines
# 添加文件管理器 # 显示目录 autoindex on; # 显示文件大小 autoindex_exact_size on; # 显示文件时间 autoindex_localtime on; server { listen 8888; server_name localhost ; # 本地文件路径 # 注意不能直接以整个逻辑磁盘f:\ 为目录路径,要f:\英文目录名 root f:\gx\chiron ; }
Reload the nginx service
# 重新加载nginx服务命令 f:\gx\nginx-1.16.1>nginx.exe -s reload f:\gx\nginx-1.16.1>
Web browser access verification: Here I am in the "f:\gx\chiron" directory in advance , created a new "test.txt" file for test access address:
Note:
1. The directory name and file name must use English characters. Download normally;
2. Files with Chinese characters may display garbled characters, and when downloading, a "500 internal server error" error may be reported. Windows version of nginx related commands:
nginx -s stop //停止nginx nginx -s reload //重新加载nginx nginx -s quit //退出nginx start nginx //启动nginx
Set the PC to start automatically at c:\users\administrator\appdata\roaming\microsoft\windows\start menu\programs\startup. Generate a shortcut for "nginx.exe" to the above directory
The above is the detailed content of How to configure nginx file server in windows10 system. For more information, please follow other related articles on the PHP Chinese website!

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics

Detailed explanation and installation guide for PiNetwork nodes This article will introduce the PiNetwork ecosystem in detail - Pi nodes, a key role in the PiNetwork ecosystem, and provide complete steps for installation and configuration. After the launch of the PiNetwork blockchain test network, Pi nodes have become an important part of many pioneers actively participating in the testing, preparing for the upcoming main network release. If you don’t know PiNetwork yet, please refer to what is Picoin? What is the price for listing? Pi usage, mining and security analysis. What is PiNetwork? The PiNetwork project started in 2019 and owns its exclusive cryptocurrency Pi Coin. The project aims to create a one that everyone can participate

Need to download the Gate.io app to start your cryptocurrency journey? This guide details the latest version download steps for iOS, Android, and Windows devices. Simply visit the official website, find the download link and select the appropriate option based on your device. For iOS, it will go directly to the App Store, while Android and Windows users will download the APK or installer for manual installation. Once installed, you can launch the app and set up your account to step into the world of cryptocurrency.

Solve the problem of third-party interface returning 403 in Node.js environment. When we use Node.js to call third-party interfaces, we sometimes encounter an error of 403 from the interface returning 403...

Choosing the right Bitcoin market viewing software is crucial, it can help investors grasp market conditions in real time and make smarter investment decisions. This article will guide you how to make a choice, covering personal needs assessment (trading frequency, analysis depth, information needs and budget), software type selection (exchange interface, professional software, market website/APP), core functional considerations (data reliability, chart tools, custom settings, community communication and platform compatibility), and direction recommendations (maturity financial platform, cryptocurrency aggregation platform, community recommendation software). Finally, it is recommended that you try a few more software and compare it to choose the tool that best suits your needs. Please remember that software is only an auxiliary tool, and you must be cautious when investing at your own risk.

Wordpress site file access is restricted: troubleshooting the reason why .txt file cannot be accessed recently. Some users encountered a problem when configuring the mini program business domain name: �...

The OKX trading platform can be downloaded through mobile devices (Android and iOS) and computers (Windows and macOS). 1. Android users can download it from the official website or Google Play, and they need to pay attention to security settings. 2. iOS users can download it through the App Store or follow the official announcement to obtain other methods. 3. Computer users can download the client of the corresponding system from the official website. Always make sure to use official channels when downloading, and register, log in and security settings after installation.

Running multiple PHP versions simultaneously in the same system is a common requirement, especially when different projects depend on different versions of PHP. How to be on the same...

Article introduction Binance download portal varies by device and operating system. You need to first clarify the device type, then visit the official website Binance.com (note to check the domain name), look for the "Download" button in a prominent position on the official website, and select download according to different operating systems. The computer version download and install the installation program is prompted to install; Android needs to confirm security from the official website; iOS search and download it in the App Store. After downloading, you need to create or log in to an account, and pay attention to keeping the account information and keys.
