Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Képzodos VM 2023
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Ansible
Képzodos VM 2023
Commits
1ee4a841
Commit
1ee4a841
authored
1 year ago
by
ngyimesi
Browse files
Options
Downloads
Patches
Plain Diff
Modified config so that certbot should work
parent
c8b2c894
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/proxy-hosts.conf.j2
+1
-6
1 addition, 6 deletions
templates/proxy-hosts.conf.j2
with
1 addition
and
6 deletions
templates/proxy-hosts.conf.j2
+
1
−
6
View file @
1ee4a841
server { # simple reverse-proxy
listen
443 ssl
;
listen
80
;
server_name {{ full_hostname }};
root /var/www/html;
...
...
@@ -7,11 +7,6 @@ server { # simple reverse-proxy
error_page 400 401 402 403 404 500 501 502 /index.html;
ssl_certificate /etc/letsencrypt/live/{{ full_hostname }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ full_hostname }}/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
{% set cnt = 253 %}
{% for i in range(cnt) %}
location /{{ i + 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