Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
Diskominfo-D'Blood
Mantan Aab-D Blood
Commits
6c9a6f10
Commit
6c9a6f10
authored
Jun 02, 2020
by
Muhammad Fairuzi Teguh
Browse files
[REFACTOR] fix server_name
parent
728d5227
Pipeline
#48912
passed with stages
in 3 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nginx/nginx.conf
View file @
6c9a6f10
...
...
@@ -21,7 +21,7 @@ http {
server
{
listen
8000
default_server
;
listen
[::]:8000
default_server
;
server_name
localhost
;
server_name
ppl2020c6.cs.ui.ac.id
;
charset
utf-8
;
root
/var/www/html
;
index
index.html
;
...
...
nginx/nginx.dev.conf
View file @
6c9a6f10
...
...
@@ -21,7 +21,7 @@ http {
server
{
listen
8000
default_server
;
listen
[::]:
8000
default_server
;
server_name
localhost
;
server_name
ppl2020c6
.
cs
.
ui
.
ac
.
id
;
charset
utf
-
8
;
root
/
var
/
www
/
html
;
index
index
.
html
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment