This commit is contained in:
2022-10-14 02:35:27 +00:00
parent a66c761b90
commit ea09334ab1
12 changed files with 258 additions and 140 deletions

View File

@@ -3,15 +3,6 @@ events {}
http {
server {
listen 1235;
location /checker/ {
proxy_pass http://polling:7998/checker/;
}
location /polling/ {
proxy_pass http://polling:7998/polling/;
}
location / {
proxy_pass http://web:8000/;
}