diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-26 15:56:21 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-26 15:56:21 -0500 |
commit | 7a5959ac077c211f19dae9e058642b5c98c45914 (patch) | |
tree | 00d5a44c1d89e97c7d17a1fc1b17d6309eb908e6 | |
parent | 7a34636c75f1b428663a1ac0496bb1def14a176a (diff) |
--wip-- [skip ci]
-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; |