deb_debris

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
deb_debris [2020/10/30 12:33] โ€“ [Specification] Jรบne Parkdeb_debris [2020/12/31 13:10] โ€“ [Nginx Reverse proxy] Jรบne Park
Line 147: Line 147:
  
 ---- ----
 +
 +===== Solved problems =====
 +
 +=== Disable restarting Nginx service ===
 +<text type="warning">{{fa>exclamation}} **Problem**</text>: Nginx web service is not restarting after updating certificates with ''certbot''  
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Following messages are showing when it fails to restart 
 +
 +<code nginx> 
 +nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
 +nginx: [emerg] still could not bind()
 +</code> 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: Kill nginx service with command 
 +
 +<code bash> 
 +sudo fuser -k 443/tcp
 +sudo service nginx restart
 +</code>
 +
 +---- 
  • deb_debris
  • Last modified: 2024/05/22 09:44
  • by Jรบne Park