mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
re-orgs
This commit is contained in:
parent
0b33305fdf
commit
fc4f52b2da
4 changed files with 2 additions and 3 deletions
|
|
@ -11,7 +11,6 @@ codecov.yml
|
|||
docker-compose.yml
|
||||
docker-compose.*.yml
|
||||
*.DotSettings*
|
||||
FilterLists.postman_collection.json
|
||||
LICENSE
|
||||
**/bin
|
||||
**/obj
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ services:
|
|||
networks:
|
||||
- reverse-proxy
|
||||
volumes:
|
||||
- ./ops/nginx/dev/conf.d:/etc/nginx/conf.d:ro
|
||||
- ./ops/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
|
||||
filterlists-api:
|
||||
image: collinbarrett/filterlists.api
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen 80 default_server;
|
||||
|
||||
location ^~ /api {
|
||||
rewrite ^/api/(.*)$ /$1 break;
|
||||
Loading…
Reference in a new issue