Christian Beier
Christian Beier
The CSS class is: ".sVim-hint" in vSim settings (right side). See also: https://github.com/flipxfx/sVim/issues/101
To get the https to work you don't need to add the port 443 ssl to the nginx config. The ssl part is only handled by an traefik entrypoint. Traefik...
@alesrebec nginx must use the port 80. You can set the $_SERVER['HTTPS'] = 'on' only for your local environment with the 'settings.local.php' file. Uncomment in your settings.php the lines: ```...
@walkero-gr I generate the certs outside of docker. It is not a set inside of the composer build. I use this command: `openssl req -x509 -nodes -days 365 -newkey rsa:2048...
@walkero-gr Great to hear. Yes, every domain works with this / the same certificate.
I have the same problem as @Vacilando under Windows 10 Pro with docker version 17.06.2-ce, build cec0b72 and docker-compose version 1.14.0, build c7bdf9e3. I use the image wodby/mariadb:10.1-2.3.3. The same...
Yes, multilingual ist a important feature in these days, also for smaller sites.