Skip to content
Snippets Groups Projects

Draft: config/roles/menshen-frontend/tasks/main.yml - redirect doman/api/* to menshen backend

Open sgk requested to merge feat/url-change-v5 into main
2 unresolved threads

address : leap/menshen#63

Merge request reports

Pipeline #263571 passed

Pipeline passed for d7fb2c24 on feat/url-change-v5

Approval is optional
Merge blocked: 1 check failed
Merge request must not be draft.

Merge details

  • The source branch is 19 commits behind the target branch.
  • 1 commit and 1 merge commit will be added to main.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
58 58 }
59 59 # v3 compatability
60 60 #End-block-apiv3
61
62 - name: Insert block below server_name domain.com;
63 lineinfile:
64 path: /etc/nginx/sites-available/float.conf
65 insertafter: '^\s*server_name\s+{{domain}}'
66 line: |
67 #Begin-block-apiv5
68 # begin block
69 location ^~ /api/ {
70 include /etc/nginx/snippets/block.conf;
71 include /etc/nginx/snippets/proxy.conf;
72 proxy_pass http://be_api_9001_menshen;
  • sgk added 1 commit

    added 1 commit

    Compare with previous version

  • sgk added 1 commit

    added 1 commit

    • d7fb2c24 - config/roles/menshen-frontend/tasks/main.yml - redirect doman/api/* to menshen backend

    Compare with previous version

  • sgk marked this merge request as draft

    marked this merge request as draft

  • Please register or sign in to reply
    Loading