Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
35051405a0
@ -65,7 +65,9 @@ server {
|
|||||||
charset utf-8;
|
charset utf-8;
|
||||||
root /var/www/red;
|
root /var/www/red;
|
||||||
access_log /var/log/nginx/red.log;
|
access_log /var/log/nginx/red.log;
|
||||||
#Uncomment the following line to include a standard configuration file
|
#Uncomment the following line to include a standard configuration file
|
||||||
|
#Note that the most specific rule wins and your standard configuration
|
||||||
|
#will therefore *add* to this file, but not override it.
|
||||||
#include standard.conf
|
#include standard.conf
|
||||||
# allow uploads up to 20MB in size
|
# allow uploads up to 20MB in size
|
||||||
client_max_body_size 20m;
|
client_max_body_size 20m;
|
||||||
|
Reference in New Issue
Block a user