Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
This commit is contained in:
@@ -5,13 +5,13 @@ events {
|
|||||||
http {
|
http {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
upstream /user-api/{
|
upstream user-api {
|
||||||
server localhost:33333;
|
server localhost:33333;
|
||||||
}
|
}
|
||||||
upstream /file/{
|
upstream file {
|
||||||
server localhost:33333;
|
server localhost:33333;
|
||||||
}
|
}
|
||||||
upstream /story/{
|
upstream story {
|
||||||
server localhost:33333;
|
server localhost:33333;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
|
|||||||
Reference in New Issue
Block a user