9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
server {
|
|
listen 80;
|
|
listen [::]:80;
|
|
server_name localhost;
|
|
|
|
client_max_body_size 200M;
|
|
|
|
root /static;
|
|
} |