Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sizakat Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sistem Informasi Zakat
Sizakat 5.0 (Refactoring)
Sizakat Backend
Merge requests
!16
COLDFIX Docker Compose Patch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
COLDFIX Docker Compose Patch
COLDFIX-compose-patch
into
testing
Overview
0
Commits
4
Pipelines
2
Changes
5
Merged
Muhammad Ashlah Shinfain
requested to merge
COLDFIX-compose-patch
into
testing
4 years ago
Overview
0
Commits
4
Pipelines
2
Changes
5
Expand
0
0
Merge request reports
Compare
testing
version 1
d373d051
4 years ago
testing (base)
and
latest version
latest version
16ea4d63
4 commits,
4 years ago
version 1
d373d051
3 commits,
4 years ago
5 files
+
50
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
nginx/default.conf
0 → 100644
+
15
−
0
Options
server
{
listen
80
;
location
/
static
/ {
root
/
var
/
www
/
html
/;
}
location
/ {
proxy_pass
http
://
backend
:
8000
;
proxy_set_header
Host
$
http_host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
X
-
Forwarded
-
Proto
$
scheme
;
}
}
Loading