This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:bind9dns [2025/12/28 08:43] – oemb1905 | computing:bind9dns [2026/05/16 23:28] (current) – oemb1905 | ||
|---|---|---|---|
| Line 616: | Line 616: | ||
| * [[https:// | * [[https:// | ||
| - | --- // | + | Updates ... tmp directory was too small: |
| + | |||
| + | sudo mkdir -p / | ||
| + | sudo chown root:root / | ||
| + | sudo chmod 700 / | ||
| + | |||
| + | After that, navigate to Webmin Settings > Webmin Configuration and then specify custom tmp directory and enter ''/ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | ServerName ns1.haacksnetworking.com | ||
| + | < | ||
| + | Require ip 185.242.226.78 | ||
| + | Require ip 2606: | ||
| + | </ | ||
| + | RewriteEngine On | ||
| + | RewriteCond %{HTTPS} off | ||
| + | RewriteRule ^ https:// | ||
| + | ProxyPass / | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | --- // | ||