6 lines
87 B
Nginx Configuration File
6 lines
87 B
Nginx Configuration File
server {
|
|
listen 8081;
|
|
server_name localhost;
|
|
|
|
root /usr/share/nginx/html;
|
|
} |