Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlc
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
vlc
Merge requests
!9
Devel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Devel
devel
into
production
Overview
0
Commits
3
Pipelines
3
Changes
5
Merged
Henry Fröcklin
requested to merge
devel
into
production
4 months ago
Overview
0
Commits
3
Pipelines
3
Changes
5
Expand
0
0
Merge request reports
Compare
production
version 1
09d52e82
4 months ago
production (base)
and
latest version
latest version
b7dfff69
3 commits,
4 months ago
version 1
09d52e82
2 commits,
4 months ago
5 files
+
33
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
files/django-gunicorn-nginx.conf deleted
100644 → 0
+
0
−
14
Options
server_tokens
off
;
access_log
/
var
/
log
/
nginx
/
vlc
.
access
.
log
;
error_log
/
var
/
log
/
nginx
/
vlc
.
error
.
log
;
# This configuration will be changed to redirect to HTTPS later
server
{
server_name
vlc
.
itn
.
liu
.
se
;
listen
8080
;
location
/ {
proxy_pass
http
://
localhost
:
8000
;
proxy_set_header
Host
$
host
;
}
}
Loading