Server 블록
Server 블록
//Default
server {
listen 8080;
server_name localhost;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
...
}
location / {
...
}
}Last updated