Update default.conf
This commit is contained in:
parent
d679c838ed
commit
deab9ce263
@ -3,7 +3,8 @@ server {
|
|||||||
|
|
||||||
index index.html index.htm index.nginx-debian.html;
|
index index.html index.htm index.nginx-debian.html;
|
||||||
server_name _; # managed by Certbot
|
server_name _; # managed by Certbot
|
||||||
client_max_body_size 70M;
|
client_max_body_size 70m;
|
||||||
|
client_body_buffer_size 70m;
|
||||||
|
|
||||||
location /404 {
|
location /404 {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
|
Loading…
Reference in New Issue
Block a user