mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 08:14:51 +00:00
expand docs for proxy nginx config
This commit is contained in:
parent
7ffbd5d44a
commit
f0e30c8ab6
1 changed files with 8 additions and 0 deletions
|
@ -3,5 +3,13 @@
|
||||||
###########################################################
|
###########################################################
|
||||||
# This file is generated by the Pixelfed Docker setup, and
|
# This file is generated by the Pixelfed Docker setup, and
|
||||||
# will be rewritten on every container start
|
# will be rewritten on every container start
|
||||||
|
#
|
||||||
|
# You can put any .conf file in this directory and it will be loaded
|
||||||
|
# by nginx on startup.
|
||||||
|
#
|
||||||
|
# Run [docker compose exec proxy bash -c 'nginx -t && nginx -s reload']
|
||||||
|
# to test your config and reload the proxy
|
||||||
|
#
|
||||||
|
# See: https://github.com/nginx-proxy/nginx-proxy/blob/main/docs/README.md#custom-nginx-configuration
|
||||||
|
|
||||||
client_max_body_size {{ getenv "POST_MAX_SIZE" "61M" }};
|
client_max_body_size {{ getenv "POST_MAX_SIZE" "61M" }};
|
||||||
|
|
Loading…
Reference in a new issue