MichaIng
MichaIng
I am just a spare time contributor as well, and I have no motivation to rewrite the test unless it is really required to solve peoples need. All headers tests...
@kale1d0code Then you did not apply it correctly. Please check this: ```sh curl -IL https://localhost/ ``` or of your Nextcloud is in a sub directory: ```sh curl -IL https://localhost/nextcloud/ ```...
Note that in Nginx, `add_header` directives or parent config blocks have no effect if applied child config blocks contain any `add_header` by themselves. So if there is any other `location`...
Right, this also affects `occ config:set`. And the cache cannot be invalidated since CLI and web UI are different PHP instances which have no access to each others OPcache. The...
I did not know that there is an Nginx config in Pi-hole docs. We created ours based on the Lighttpd config shipped with Pi-hole. In the meantime it has been...
With "empty" you mean a white page or is the page rendered, just the diagrams showing no values? If it is more a white page, the PHP processing block might...
> yes, with "empty" I mean just the diagrams showing no values. Hmm, but this is an indicator against my theory, since then the page is served by PHP. It...
Okay, then I think we can be sure this really is the missing part. I'd just add the split path part to the `location ~ \.php$ {` block, since it...
Thanks for testing WiFi 6. > enable wifi6 branch https://github.com/MichaIng/DietPi/pull/6575 What do you mean with `wifi6` branch? The branch of the linked PR was a feature branch which does not...
> `Frequency 5180 (primary) not allowed for AP mode, flags: 0x30053 NO-IR` https://github.com/lwfinger/rtw88/issues/29 > Anyway, `no IR` means it's restricted in your country, which channel 36 happens to be. Just...