Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nuxt-backend-helper
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
王曜嵚 Wang Yaoqin
nuxt-backend-helper
Commits
3b7858a4
Commit
3b7858a4
authored
Sep 26, 2024
by
王曜嵚 Wang Yaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev: 修改 nginx.conf
parent
ca8b33c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
51 deletions
+2
-51
nginx.conf
public/files/nginx.conf
+2
-51
No files found.
public/files/nginx.conf
View file @
3b7858a4
...
...
@@ -114,57 +114,8 @@ http {
}
# v1
location
/message
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/api
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/logout
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/assets
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/otm-dev
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/password
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/auth
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/t/t01
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/sso
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/handler
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
}
location
/checkServiceTicket
{
location
~
*
"^/(message|api|logout|assets|otm-dev|password|auth|t/t01|sso|handler|checkServiceTicket|util|wx-entry|m-login-layout)"
{
proxy_pass
http://127.0.0.1:9000
;
proxy_set_header
Host
$http_host
;
client_max_body_size
0
;
...
...
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