hunostor

Imp dotnet server proxy nginx

Apr 18th, 2023 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. dotnet publish -c Release
  2.  
  3. systemctl status nginx
  4. sudo service nginx status
  5. sudo nginx -s reload
  6.  
  7. sudo systemctl restart nginx
  8. sudo systemctl reload nginx
  9.  
  10. sudo systemctl enable kestrel-Webnix.service
  11. sudo systemctl start kestrel-Webnix.service
  12. sudo systemctl restart kestrel-Webnix.service
  13. sudo systemctl status kestrel-Webnix.service
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment