Guest User

Untitled

a guest
Jan 24th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1.   location ~ ^/abc {
  2.                 # First attempt to serve request as file, then
  3.                 # as directory, then fall back to displaying a 404.
  4.                 # try_files $uri $uri/ =404;
  5.                 include /etc/nginx/proxy_params;
  6.                 proxy_pass http://127.0.0.1:8090;
  7.         }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment