nginx configure nodejs proxy server (mac environment)
First you need to install nginx, use the following command to install:
brew install nginx
After the installation is completed, the directory of the installed nginx will be displayed.
Configure nginx
cd /usr/local/etc/nginx
Create the directory include and save Configuration of nginx proxy
cd /usr/local/etc/nginx/include/
Create the file nginx.node.conf
Copy the following code to nginx.node.conf
upstream xxx { server 127.0.0.1:3000; #server 127.0.0.1:3001; keepalive 64; } server { listen 80; server_name xxx.test; //配置要代理的域名 access_log /var/log/nginx/test.log; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-Nginx-Proxy true; proxy_set_header Connection ""; proxy_pass http://xxx; } }
Edit the file nginx.conf
vim /usr/local/etc/nginx/nginx.conf
Add the code:
include include/*
Edit the file hosts file, Add domain name
vim /etc/hosts
Restart nginx, use the following command
nginx -s reload
// Restart, if permission is prompted, add sudo in front
sudo nginx -s reload

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

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Zend Studio 13.0.1
Powerful PHP integrated development environment

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

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool