Update README.md
This commit is contained in:
parent
e0b705e860
commit
9fb1f87adb
|
@ -54,6 +54,7 @@ The URL [example.ert.space](http://example.ert.space) will point to the local [p
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
|
client_max_body_size 512M;
|
||||||
server_name example.ert.space;
|
server_name example.ert.space;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:8080;
|
proxy_pass http://localhost:8080;
|
||||||
|
|
Loading…
Reference in New Issue