aboutsummaryrefslogtreecommitdiff
path: root/nginx-example.conf
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-14 23:09:21 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-14 23:20:32 +0100
commit6a318b7833adf2777c7041017c37e6e480b3619e (patch)
treee20f565385cd2a9f2546dcdac6f9300481c4725f /nginx-example.conf
parentd49a7581500af58f929d808d3e052aa1cd526d21 (diff)
downloadgpigeon-6a318b7833adf2777c7041017c37e6e480b3619e.tar.gz
gpigeon-6a318b7833adf2777c7041017c37e6e480b3619e.zip
added crude file upload possibilities
Diffstat (limited to 'nginx-example.conf')
-rw-r--r--nginx-example.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/nginx-example.conf b/nginx-example.conf
index f3d9252..9f7d355 100644
--- a/nginx-example.conf
+++ b/nginx-example.conf
@@ -36,5 +36,7 @@ server {
add_header X-Frame-Options DENY;
add_header Access-Control-Allow-Origin https://$server_name;
add_header Vary Origin; # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin#cors_and_caching
+
+ client_max_body_size 100m;
}