nginx.conf 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:
10
nginx.conf
10
nginx.conf
@@ -5,15 +5,7 @@ events {
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
upstream user-api {
|
||||
server localhost:33333/user-api;
|
||||
}
|
||||
upstream file {
|
||||
server localhost:33333/file;
|
||||
}
|
||||
upstream story {
|
||||
server localhost:33333/story;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 3001;
|
||||
server_name localhost;
|
||||
|
||||
Reference in New Issue
Block a user