mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
change initial nginx conf test to web
This commit is contained in:
parent
1a70a545eb
commit
00c8b76c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ http {
|
|||
sendfile on;
|
||||
|
||||
upstream app_servers {
|
||||
server app:5000;
|
||||
server filterlists.web:5001;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
|||
Loading…
Reference in a new issue