remove X-Forward-for header from nginx default.conf to be able to run Snapdrop with docker correctly. Add how-to and configuration examples for nginx and apache to documentation.

This commit is contained in:
schlagmichdoch 2022-12-22 01:03:24 +01:00
parent f769a76605
commit 28336eebf0
5 changed files with 229 additions and 93 deletions

View file

@ -19,7 +19,7 @@ services:
- ./docker/openssl:/mnt/openssl
ports:
- "8080:80"
- "443:443"
- "8443:443"
env_file: ./docker/fqdn.env
entrypoint: /mnt/openssl/create.sh
command: ["nginx", "-g", "daemon off;"]
command: ["nginx", "-g", "daemon off;"]