Compare commits

...

No commits in common. "91d22e97c3338860943ded5b5ed34cc98d88448a" and "928c6cc2a1893e09f0655b21986db25b86febdfd" have entirely different histories.

1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
client_max_body_size 32M;
server {
listen unix:/var/run/nginx.sock;
server_name localhost;