forums.laragon.org
-
I wonder if it would be possible to put a redirect on that to forum.laragon.org? It looks like upstream is using nginx so something like:
{ listen 80; listen 443 ssl; server_name forums.laragon.org;; return 301 $scheme://forum.laragon.org$request_uri; }
...would likely do the trick.
DSL
-
@lloy0076: I don't know the benefit of it much but I've updated the nginx's configuration. Thanks