7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
|
server {
|
||
|
listen 80;
|
||
|
listen [::]:80;
|
||
|
server_name localhost;
|
||
|
|
||
|
root /static;
|
||
|
}
|