Files
docker/nginx-1.20.2/Demo/TwoNodes/nginx/http.d/80.conf
2023-04-16 21:38:32 +08:00

6 lines
45 B
Plaintext

server {
listen 80;
location / {}
}