Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- location ~ ^/abc {
- # First attempt to serve request as file, then
- # as directory, then fall back to displaying a 404.
- # try_files $uri $uri/ =404;
- include /etc/nginx/proxy_params;
- proxy_pass http://127.0.0.1:8090;
- }
Advertisement
Add Comment
Please, Sign In to add comment