Hedgedoc: Difference between revisions

Klinger (talk | contribs)
Line 34: Line 34:


=== Nginx reverse proxy (virtualization host/server with public IPv4) ===
=== Nginx reverse proxy (virtualization host/server with public IPv4) ===
The reverse proxy for https://hedgedoc.example.com with an internal hedgedoc server running on 192.168.1.100 will work with this:
The reverse proxy for <code><nowiki>https://hedgedoc.example.com</nowiki></code> with an internal hedgedoc server running on 192.168.1.100 will work with this:
<syntaxhighlight lang="nixos">
<syntaxhighlight lang="nixos">
services.nginx = {
services.nginx = {