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