Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.package
Commits
05e8db89
Commit
05e8db89
authored
7 years ago
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: Serve only on https
parent
19c4c192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
playbook/roles/standalone-shared/templates/request-erp5-frontend.j2
...oles/standalone-shared/templates/request-erp5-frontend.j2
+2
-1
No files found.
playbook/roles/standalone-shared/templates/request-erp5-frontend.j2
View file @
05e8db89
...
@@ -21,6 +21,7 @@ if backend_url is not None:
...
@@ -21,6 +21,7 @@ if backend_url is not None:
'url': backend_url,
'url': backend_url,
'type': 'zope',
'type': 'zope',
'custom_domain': public_ipv4,
'custom_domain': public_ipv4,
'server-alias': '*'
'server-alias': '*',
'https-only': 'true'
}
}
)
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment