1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/captiveportal/templates/captiveportal-nginx.conf
2020-01-02 06:08:57 -08:00

9 lines
165 B
Text

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