Advertisement
VadimFr

Untitled

Jun 28th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. events {}
  2.  
  3. http {
  4.   server {
  5.       listen 3000;
  6.       root /app/var/www;
  7.       index  index.html index.htm;
  8.  
  9.      
  10.        location /static {
  11.         root /app/var/www/project/static;
  12.     }
  13.  
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement