Skip to content
Snippets Groups Projects

Update content from working group to interest group

Resolves #47 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
7
8 location / {
9 rewrite /working-group /interest-group redirect;
10 # redirect /working-group section and all subpages to /interest-group section
11 rewrite ^/working-group/(.*)$ /interest-group/$1 redirect;
12
13 root /usr/share/nginx/html/;
14 index index.html index.htm;
15 }
16
17 # redirect server error pages to the static page /50x.html
18 error_page 500 502 503 504 /50x.html;
19 location = /50x.html {
20 root /usr/share/nginx/html;
21 }
22 }
  • Olivier Goulet added 1 commit

    added 1 commit

    • 776d06d4 - Update Jenkinsfile with nginx conf

    Compare with previous version

  • :x: Deploy Preview for openmobility.eclipse.org has failed [:stopwatch: 1 min 58 sec]

    :mag: Inspect the build logs

    :repeat_one: Restart a deploy now

    Edited by Web Dev Bot user
  • Olivier Goulet added 1 commit

    added 1 commit

    • a48ebee4 - Test escaping nginx config $ for groovy error

    Compare with previous version

  • :x: Deploy Preview for openmobility.eclipse.org has failed [:stopwatch: 1 min 19 sec]

    :mag: Inspect the build logs

    :repeat_one: Restart a deploy now

    Edited by Web Dev Bot user
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading