diff options
-rw-r--r-- | local.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ pid /home/sy/code/logs/nginx.pid; events {} http { include /etc/nginx/mime.types; - default_type application/octet-streamP; + default_type application/octet-stream; server { access_log /home/sy/code/logs/access.log; |