mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
10 lines
165 B
Text
10 lines
165 B
Text
|
location /capture {
|
||
|
rewrite /capture/(.+) /$1 break;
|
||
|
include uwsgi_params;
|
||
|
#uwsgi_pass unix:///tmp/captiveportal.sock;
|
||
|
uwsgi_pass localhost:9090;
|
||
|
}
|
||
|
|
||
|
|
||
|
|