diff options
Diffstat (limited to 'roles/webservers/files/nijika/https.git.simponic.xyz.conf')
-rw-r--r-- | roles/webservers/files/nijika/https.git.simponic.xyz.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/webservers/files/nijika/https.git.simponic.xyz.conf b/roles/webservers/files/nijika/https.git.simponic.xyz.conf index 2abd4fd..df92763 100644 --- a/roles/webservers/files/nijika/https.git.simponic.xyz.conf +++ b/roles/webservers/files/nijika/https.git.simponic.xyz.conf @@ -17,9 +17,11 @@ server { ssl_dhparam /etc/nginx/dhparams.pem; ssl_prefer_server_ciphers on; + location / { proxy_pass http://127.0.0.1:9966; + client_max_body_size 500M; client_body_buffer_size 128k; proxy_set_header Host $host; |