9 lines
83 B
Nginx Configuration File
9 lines
83 B
Nginx Configuration File
![]() |
server {
|
||
|
listen 80;
|
||
|
|
||
|
root /usr/share/nginx/html;
|
||
|
index index.html;
|
||
|
|
||
|
}
|
||
|
|