Actions
Task #7448
closedinstall Smartegears in sharelatex.d4science.org
Status:
Closed
Priority:
Immediate
Assignee:
_InfraScience Systems Engineer
Category:
Application
Target version:
Start date:
Mar 08, 2017
Due date:
Mar 08, 2017
% Done:
100%
Estimated time:
0.50 h
Infrastructure:
Development
Description
also configure ngix to access directly to the tomcat instance with the path /sharelatex-connector
Updated by Andrea Dell'Amico over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
Do we have a list of scopes yet?
Updated by Andrea Dell'Amico over 8 years ago
smartgears has been installed and the proper nginx redirections are in place on both http and https (no http -> https redirection):
location /whn-manager {
proxy_pass http://localhost:9000/whn-manager;
}
location /sharelatex-connector {
proxy_pass http://localhost:9000/sharelatex-connector;
}
The sharelatex app is always been redirected over https.
The only scope available right now is /d4science.research-infrastructures.eu
Updated by Andrea Dell'Amico over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 20 to 100
Actions