Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Piotr Gawron
minerva-scripts
Commits
ffe01f76
Commit
ffe01f76
authored
Mar 08, 2019
by
Piotr Gawron
Browse files
proxy to minerva-big added
parent
166147f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/install.sh
View file @
ffe01f76
...
...
@@ -39,7 +39,7 @@ sed -i 's/-Djava.awt.headless=true/-Djava.awt.headless=true -Xmx4192m/g' /etc/de
service tomcat7 restart
#setup proxy in apache to go to tomcat
sed
-i
'2i\ ProxyPass /minerva http://localhost:8080/minerva\n ProxyPass /map_images http://localhost:8080/map_images\n ProxyPass
Reverse /minerva http://localhost:8080/minerva
\n ProxyPassReverse /map_images http://localhost:8080/map_images\n'
/etc/apache2/sites-enabled/000-default.conf
sed
-i
'2i\ ProxyPass /minerva http://localhost:8080/minerva\n ProxyPass /map_images http://localhost:8080/map_images\n ProxyPass
/minerva-big http://localhost:8080/minerva-big\n ProxyPassReverse /minerva http://localhost:8080/minerva\n ProxyPassReverse /minerva-big http://localhost:8080/minerva-big
\n ProxyPassReverse /map_images http://localhost:8080/map_images\n'
/etc/apache2/sites-enabled/000-default.conf
a2enmod proxy
a2enmod proxy_http
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment