Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. nginx -T
  2. nginx: [emerg] "server" directive is not allowed here in /etc/nginx/sites-available/default:1
  3. nginx: configuration file /etc/nginx/nginx.conf test failed
  4.  
  5.  
  6. nginx.conf:
  7.  
  8. user www-data;
  9. worker_processes auto;
  10. pid /run/nginx.pid;
  11. include /etc/nginx/modules-enabled/*.conf;
  12. include /etc/nginx/sites-available/*;
  13. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement