Commit 714fe8a98483f6f4fd31d05139b30c0aef9c7b2e
- Diff rendering mode:
- inline
- side by side
local_nginx/tim.conf
(3 / 3)
  | |||
9 | 9 | ||
10 | 10 | location /svn/ { | |
11 | 11 | include "/etc/nginx/conf/plugin.conf"; | |
12 | proxy_pass http://showFile:5000; | ||
12 | proxy_pass http://showfile:5000; | ||
13 | 13 | } | |
14 | 14 | ||
15 | 15 | location /cs/ { | |
16 | 16 | include "/etc/nginx/conf/plugin.conf"; | |
17 | proxy_pass http://csPlugin:5000; | ||
17 | proxy_pass http://csplugin:5000; | ||
18 | 18 | } | |
19 | 19 | ||
20 | 20 | location /csdev/ { | |
21 | 21 | include "/etc/nginx/conf/plugin.conf"; | |
22 | proxy_pass http://csPlugin:5000; | ||
22 | proxy_pass http://csplugin:5000; | ||
23 | 23 | } | |
24 | 24 | ||
25 | 25 | location /lti/grades/ { |