Advertisement
adellam

Untitled

Nov 25th, 2021
2,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.11 KB | None | 0 0
  1.    location / {
  2.                 include uwsgi_params;
  3.                 uwsgi_pass 127.0.0.1:8000;
  4.                 }
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement