Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Overleaf
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS Info TU Dortmund
Administration
Overleaf
Commits
3b61f677
Commit
3b61f677
authored
May 5, 2024
by
Adrian K.
Browse files
Options
Downloads
Patches
Plain Diff
nginx: Add config to forward /learn to overleaf.com
parent
c90cc030
No related branches found
No related tags found
No related merge requests found
Pipeline
#248264
passed
Jul 20, 2024
Stage: docker
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
server-ce/nginx/overleaf.conf
+4
-0
4 additions, 0 deletions
server-ce/nginx/overleaf.conf
with
4 additions
and
0 deletions
server-ce/nginx/overleaf.conf
+
4
−
0
View file @
3b61f677
...
...
@@ -21,6 +21,10 @@ server {
proxy_send_timeout
10
m
;
}
location
/
learn
{
proxy_pass
https
://
overleaf
.
com
;
}
location
/
socket
.
io
{
proxy_pass
http
://
127
.
0
.
0
.
1
:
3026
;
proxy_http_version
1
.
1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment