diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 03:19:05 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 03:19:05 -0500 |
commit | 544a62ea16a289a12b55690ad918068fb5f00564 (patch) | |
tree | 31b3389222bb4be2abea9ec36bd159c42357301a /roles/webservers/files/nijika/https.git.simponic.xyz.conf | |
parent | 5232b710f00e85ce3b031bcaa77ff8cb81122d38 (diff) | |
download | oldinfra-544a62ea16a289a12b55690ad918068fb5f00564.tar.gz oldinfra-544a62ea16a289a12b55690ad918068fb5f00564.zip |
drone.io
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; |