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
3b84a364
Commit
3b84a364
authored
1 year ago
by
Nils Olof Paulsson
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' into 'test'
Devel See merge request
!5
parents
9cf1e721
01dd9f88
No related branches found
No related tags found
2 merge requests
!6
Test
,
!5
Devel
Pipeline
#119934
passed
1 year ago
Stage: puppet
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
files/egg.conf
+2
-2
2 additions, 2 deletions
files/egg.conf
files/eggsample.conf
+0
-0
0 additions, 0 deletions
files/eggsample.conf
files/nta-portal.service
+12
-0
12 additions, 0 deletions
files/nta-portal.service
with
14 additions
and
2 deletions
files/egg.conf
+
2
−
2
View file @
3b84a364
...
...
@@ -20,7 +20,7 @@ server {
server
{
listen
80
;
server_name
egg
.
it
.
liu
.
se
;
server_name
ntadigital
.
it
.
liu
.
se
egg
.
it
.
liu
.
se
;
client_max_body_size
0
;
...
...
@@ -51,4 +51,4 @@ server {
proxy_set_header
Host
$
host
;
proxy_cache_bypass
$
http_upgrade
;
}
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
files/eggsample.conf
deleted
100644 → 0
+
0
−
0
View file @
9cf1e721
This diff is collapsed.
Click to expand it.
files/nta-portal.service
0 → 100644
+
12
−
0
View file @
3b84a364
[Unit]
Description
=
NTA-Digital
After
=
network.target
[Service]
Type
=
simple
User
=
henfr13
ExecStart
=
/usr/bin/node /var/www/nta-digital-portal/.output/server/index.mjs
Restart
=
on-failure
[Install]
WantedBy
=
multi-user.target
\ No newline at end of file
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