Skip to content
Snippets Groups Projects
Commit ef08e357 authored by dkg's avatar dkg
Browse files

avoid [emerg] 8878#8878: mkdir() "/var/lib/nginx/body" failed (13: Permission denied)

parent 304dcd0f
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ http {
default_type text/plain;
ssl_protocols TLSv1.2;
ssl_prefer_server_ciphers on;
client_body_temp_path body;
server {
listen $ip:4433 ssl;
server_name test.example;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment