Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
egg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
egg
Commits
edb83fab
Commit
edb83fab
authored
11 months ago
by
Thomas Johansson
Browse files
Options
Downloads
Patches
Plain Diff
Fixes in nginx to have ntadigital act correctly
parent
fe29db5c
Branches
Branches containing commit
No related tags found
2 merge requests
!16
Devel
,
!15
Devel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/egg.conf.epp
+3
-3
3 additions, 3 deletions
templates/egg.conf.epp
with
3 additions
and
3 deletions
templates/egg.conf.epp
+
3
−
3
View file @
edb83fab
...
@@ -24,17 +24,17 @@ server {
...
@@ -24,17 +24,17 @@ server {
listen [::]:80 ipv6only=on ;
listen [::]:80 ipv6only=on ;
listen 80;
listen 80;
server_name ntadigital.it.liu.se;
server_name ntadigital.it.liu.se
egg.it.liu.se
;
location / {
location / {
return 301 https://
egg
.it.liu.se;
return 301 https://
ntadigital
.it.liu.se;
}
}
}
}
server {
server {
listen [::]:443 ssl ipv6only=on ;
listen [::]:443 ssl ipv6only=on ;
listen 443 ssl ;
listen 443 ssl ;
server_name
egg
.it.liu.se;
server_name
ntadigital
.it.liu.se;
ssl_certificate /etc/pki/tls/certs/letsencrypt-cert_chain-
<%=
$cert_name
%>
.pem ;
ssl_certificate /etc/pki/tls/certs/letsencrypt-cert_chain-
<%=
$cert_name
%>
.pem ;
ssl_certificate_key /etc/pki/tls/private/letsencrypt-
<%=
$cert_name
%>
.key ;
ssl_certificate_key /etc/pki/tls/private/letsencrypt-
<%=
$cert_name
%>
.key ;
...
...
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