Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihe33Huang authored Nov 14, 2023
1 parent 4c186da commit 92f32c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ SpringBoot
Docker
Docker-Compose
MySQL
Nginx


# Nginx

Used for Port Forwarding
Used for Port Forwarding.
PS: server_name is necessary, otherwise nginx may not work

```
server {
listen 80;
Expand Down

0 comments on commit 92f32c7

Please sign in to comment.