Merge pull request #5 from ahoneybun/main

fix code block
This commit is contained in:
Aaron Honeycutt 2024-12-02 15:38:35 -07:00 committed by GitHub
commit f205648475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ The hardest part of starting for me was understanding DNS and HTTPS setup, this
When I first tried setting Hydra up I was using the default settings for using a Nginx reverse proxy but it was not loading CSS and JavaScript, after hours of going though GitHub and Reddit I found this option which was the key:
```nix
```
recommendedProxySettings = true;
```