Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
h5-communicate
frontend
Commits
cc7263c8
Commit
cc7263c8
authored
Jun 09, 2020
by
chenxushuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
c15653af
Pipeline
#15188
failed with stages
in 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
default.conf
default.conf
+54
-0
No files found.
default.conf
0 → 100644
View file @
cc7263c8
server
{
listen
80
;
server_name
localhost
;
#charset koi8-r;
access_log
/
var
/
log
/
nginx
/
host
.
access
.
log
main
;
location
/
dgbg
{
proxy_pass
http
://
124
.
93
.
101
.
8
:
9988
/
dgbg
/;
}
location
/ {
root
/
usr
/
share
/
nginx
/
html
;
index
index
.
html
index
.
htm
;
try_files
$
uri
$
uri
/ /
index
.
html
;
}
location
/
nginx
-
health
{
access_log
off
;
return
200
"healthy\n"
;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page
500
502
503
504
/
50
x
.
html
;
location
= /
50
x
.
html
{
root
/
usr
/
share
/
nginx
/
html
;
}
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
# proxy_pass http://127.0.0.1;
#}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
#location ~ \.php$ {
# root html;
# fastcgi_pass 127.0.0.1:9000;
# fastcgi_index index.php;
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
# include fastcgi_params;
#}
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
#location ~ /\.ht {
# deny all;
#}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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