miftis

Members
  • Posts

    2
  • Joined

  • Last visited

miftis's Achievements

Noob

Noob (1/14)

0

Reputation

  1. This was more of a bug report. Restarting the container was not working for me initially because I had removed the default conf file to favor multiple smaller conf files with a dedicated purpose. Every time I restarted the container the default conf would be recreated and break nginx. I temporarily solved the problem by renaming the conf I did have back to "default".
  2. This morning I entered the linuxserver/letsencrypt container user docker exec -it nginx /bin/bash to reload the conf files. When I called: nginx -s reload it could not find /run/nginx/nginx.pid. When I looked into the run directory I saw nginx.pid but not the nginx directory.