mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
[nginx] Fix indentation.
This commit is contained in:
parent
7211fc4f1a
commit
92f47f8eca
1 changed files with 5 additions and 3 deletions
|
@ -72,10 +72,12 @@ server {
|
|||
charset utf-8;
|
||||
root /var/www/friendica;
|
||||
access_log /var/log/nginx/friendica.log;
|
||||
#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.
|
||||
|
||||
# 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
|
||||
|
||||
# allow uploads up to 20MB in size
|
||||
client_max_body_size 20m;
|
||||
client_body_buffer_size 128k;
|
||||
|
|
Loading…
Reference in a new issue