Skip to content
Snippets Groups Projects
Commit 3b61f677 authored by Adrian K.'s avatar Adrian K.
Browse files

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
......@@ -21,6 +21,10 @@ server {
proxy_send_timeout 10m;
}
location /learn {
proxy_pass https://overleaf.com;
}
location /socket.io {
proxy_pass http://127.0.0.1:3026;
proxy_http_version 1.1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment