Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <mvc:annotation-driven />
  2. <mvc:resources location="/WEB-INF/view/css/" mapping="/css/**" />
  3. <mvc:resources location="/WEB-INF/view/images/" mapping="/images/**" />
  4. <mvc:resources location="/WEB-INF/view/js/" mapping="/js/**" />
  5. <mvc:resources location="/WEB-INF/view/jsp/" mapping="/jsp/**" />
  6.  
  7. rewrite ^/page/(.*)(.html)$ /page?id=$1 last;
  8. proxy_pass http://127.0.0.1:8080/project/;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement