Difference between revisions of "Nginx -t"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lc}}
 
*<code>[[nginx]] -t</code>
 
*<code>[[nginx]] -t</code>
 
*<code>nginx: the configuration file [[/etc/nginx/nginx.conf]] syntax is ok</code>
 
*<code>nginx: the configuration file [[/etc/nginx/nginx.conf]] syntax is ok</code>
Line 4: Line 5:
  
  
* Restart: <code>[[systemctl restart]] nginx</code>
+
== Restart ==
 
+
* <code>nginx -t && [[systemctl restart]] nginx && [[systemctl status nginx]]</code>
 
 
  
 +
===Outputs===
 
  nginx: [emerg] pcre_compile() failed: unrecognized character after (? or (?- in "^(?XXX.+)\.domain\.com$" at "XXX.+)\.domain\.com$" in [[/etc/nginx/sites- enabled/default]]:75
 
  nginx: [emerg] pcre_compile() failed: unrecognized character after (? or (?- in "^(?XXX.+)\.domain\.com$" at "XXX.+)\.domain\.com$" in [[/etc/nginx/sites- enabled/default]]:75
 
  nginx: configuration file /etc/nginx/nginx.conf test failed
 
  nginx: configuration file /etc/nginx/nginx.conf test failed
Line 13: Line 14:
 
== Related terms ==
 
== Related terms ==
 
* <code>[[sshd -T]]</code> or <code>[[sshd -t]]</code>
 
* <code>[[sshd -T]]</code> or <code>[[sshd -t]]</code>
* <code>[[visudo]]</code>
 
* <code>[[crontab -e]]</code>
 
 
* [[Named-checkconf]]
 
* [[Named-checkconf]]
 
* <code>[[monit -t]]</code>
 
* <code>[[monit -t]]</code>
 
* <code>[[php-fpm7.4 -t]]</code>
 
* <code>[[php-fpm7.4 -t]]</code>
 +
* [[apache2 -t]]
  
 
== See also ==
 
== See also ==

Latest revision as of 23:25, 18 November 2023

Advertising: