1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

remove unused file

This commit is contained in:
George Hunt 2019-12-18 18:50:22 +00:00
parent ee6c42ed3f
commit ac80caa691

View file

@ -1,9 +0,0 @@
location /capture {
rewrite /capture/(.+) /$1 break;
include uwsgi_params;
#uwsgi_pass unix:///tmp/captiveportal.sock;
uwsgi_pass localhost:9090;
}