You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X] I have read and understood the contributors guide.
[X] The issue I am reporting can be replicated
[X] The issue I'm reporting isn't a duplicate (see FAQs, closed issues, and open issues).
How familiar are you with the codebase?: 1
The error message “primary script unknown” is always related to a wrongly set SCRIPT_FILENAME in the nginx fastcgi_param directive.
I don't even see this directive in your config.
Also, you provided some other [info] message was are a few minutes after the [error] messages - what action did you do at this time or was it completely unrelated after all?
I fixed it myself, wanted to do a pull request but can't find anywhere in the github repo where
admin/scripts/pi-hole/js/ folder is located, could someone point me in the right direction?
The text was updated successfully, but these errors were encountered:
@C0rn3j commented on Fri Jan 06 2017
Using HTTP works fine as intended.
I am not certain what exactly breaks this(but it is HTTPS).
Package versions:
nginx-mainline 1.11.8-1
linux-raspberrypi 4.4.39-1
php-fpm 7.0.14-1
pi-hole-server 2.11.1-1
As you can see I'm using nginx and not lighttpd.
Logs - some of them might not be relevant as I've been trying to disable/enable HTTP2
http://pastebin.com/P5G0MDSL
Relevant part of the nginx config(ignore that 443 is commented out, it is normally enabled):
http://pastebin.com/4fffPRy7
HTTP: http://i.imgur.com/aq9hKR4.png
HTTPS: http://i.imgur.com/FKwtIdV.png
@PromoFaux commented on Sat Jan 07 2017
Please ensure you follow the issue template when submitting a new issue. It's there to help us to help you!
@C0rn3j commented on Sat Jan 07 2017
I've added the checklist to the bottom of the issue.
@DL6ER commented on Thu Jan 12 2017
First result on Google for the error shown in your log:
I don't even see this directive in your config.
Also, you provided some other
[info]
message was are a few minutes after the[error]
messages - what action did you do at this time or was it completely unrelated after all?@C0rn3j commented on Thu Jan 12 2017
I fixed it myself, wanted to do a pull request but can't find anywhere in the github repo where
admin/scripts/pi-hole/js/ folder is located, could someone point me in the right direction?
The text was updated successfully, but these errors were encountered: