Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nginx
Project
Project
Details
Activity
Releases
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
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
docker-registry
nginx
Commits
7bce1487
Commit
7bce1487
authored
Apr 18, 2019
by
huasheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 1.3
parent
bcebd0cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
uc.fxqifu.com.conf
sites_online/uc.fxqifu.com.conf
+1
-1
php.conf
upstreams/php.conf
+1
-1
No files found.
sites_online/uc.fxqifu.com.conf
View file @
7bce1487
...
...
@@ -15,7 +15,7 @@ server {
include
/
etc
/
nginx
/
res
/
php
-
fpm
-
normal
.
conf
;
location
~ \.
php
$ {
fastcgi_pass
user
-
center
;
#
fastcgi_pass user-center;
fastcgi_index
index
.
php
;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
include
fastcgi_params
;
...
...
upstreams/php.conf
View file @
7bce1487
#upstream php-upstream { server php-fpm:9000; }
upstream
user
-
center
{
server
user
-
center
:
9000
; }
#
upstream user-center { server user-center:9000; }
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