mobilefish

Untitled

Dec 8th, 2020
1,774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.20 KB | None | 0 0
  1. server {
  2.  
  3.     listen       80;
  4.     server_name  test.mydomain.com;      
  5.     error_page   500 502 503 504  /50x.html;
  6.  
  7.     location /web/ {
  8.        proxy_pass   http://myapp/web/;
  9.  
  10.     }        
  11. }
Advertisement
Add Comment
Please, Sign In to add comment