diff --git a/docs/install/docker.md b/docs/install/docker.md index b8ed504e..e309099e 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -354,7 +354,7 @@ follow these instructions: If hosting under a sub-path you might want to change the default nginx config (which gets mounted through the named volume from the application container into the nginx container) with the following config. -``` +```nginx location /my_app { # change to subfolder name include /config/nginx/proxy.conf; proxy_pass https://mywebapp.com/; # change to your host name:port @@ -378,4 +378,4 @@ location /static/ { client_max_body_size 16M; } -``` \ No newline at end of file +```