[GH-ISSUE #119] Ngix fail to start #107

Closed
opened 2026-02-26 05:34:36 +03:00 by kerem · 6 comments
Owner

Originally created by @frozenstitches on GitHub (Apr 17, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/119

My log is being filled up with:
[nginx] starting...
nginx: [emerg] unknown directive "null" in /data/nginx/proxy_host/7.conf:30
I’m on a docker in unraid

Originally created by @frozenstitches on GitHub (Apr 17, 2019). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/119 My log is being filled up with: [nginx] starting... nginx: [emerg] unknown directive "null" in /data/nginx/proxy_host/7.conf:30 I’m on a docker in unraid
kerem closed this issue 2026-02-26 05:34:37 +03:00
Author
Owner

@jc21 commented on GitHub (Apr 17, 2019):

can you tell me what's on that line in that file? It will be in your mounted data folder

<!-- gh-comment-id:484276214 --> @jc21 commented on GitHub (Apr 17, 2019): can you tell me what's on that line in that file? It will be in your mounted data folder
Author
Owner

@frozenstitches commented on GitHub (Apr 18, 2019):

location / {# Access List

In the file it refers to Lidarr. The certificate is about to expire and I’m not sure if it renewed. Also I have it temporarily disabled in the panel and that docker is not currently installed.

<!-- gh-comment-id:484491070 --> @frozenstitches commented on GitHub (Apr 18, 2019): location / {# Access List In the file it refers to Lidarr. The certificate is about to expire and I’m not sure if it renewed. Also I have it temporarily disabled in the panel and that docker is not currently installed.
Author
Owner

@jc21 commented on GitHub (Apr 18, 2019):

That's the entire file contents? seems to be a lot missing.

Any letsencrypt certs will not be able to renew when nginx is down altogether. If they expire and you're not using them, no big deal, they can renew later when nginx is back up.

<!-- gh-comment-id:484526985 --> @jc21 commented on GitHub (Apr 18, 2019): That's the entire file contents? seems to be a lot missing. Any letsencrypt certs will not be able to renew when nginx is down altogether. If they expire and you're not using them, no big deal, they can renew later when nginx is back up.
Author
Owner

@frozenstitches commented on GitHub (Apr 18, 2019):

------------------------------------------------$# Lidarr.example.net

------------------------------------------------$

server {
��set $forward_scheme https;
��set $server���������"192.168.1.87";
��set $port�����������8686;

��listen 8080;

��server_name Lidarr.example.net;

�����������������[ Read 45 lines ]
I edited out my domain with example.net

<!-- gh-comment-id:484714654 --> @frozenstitches commented on GitHub (Apr 18, 2019): # ------------------------------------------------$# Lidarr.example.net # ------------------------------------------------$ server { ��set $forward_scheme https; ��set $server���������"192.168.1.87"; ��set $port�����������8686; ��listen 8080; ��server_name Lidarr.example.net; �����������������[ Read 45 lines ] I edited out my domain with example.net
Author
Owner

@frozenstitches commented on GitHub (Apr 19, 2019):

I ended up deleting the entry in the proxy host webui and every thing is back up and running.

<!-- gh-comment-id:484749253 --> @frozenstitches commented on GitHub (Apr 19, 2019): I ended up deleting the entry in the proxy host webui and every thing is back up and running.
Author
Owner

@jc21 commented on GitHub (Apr 23, 2019):

Definitely seems weird. Re-open this if it happens again.

<!-- gh-comment-id:485981169 --> @jc21 commented on GitHub (Apr 23, 2019): Definitely seems weird. Re-open this if it happens again.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#107
No description provided.