Initial commit (I feel unsafe)
This commit is contained in:
21
auth.knravish.me.conf
Normal file
21
auth.knravish.me.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
server {
|
||||
server_name auth.knravish.me;
|
||||
index index.html index.htm;
|
||||
|
||||
set $upstream http://127.0.0.1:9091;
|
||||
|
||||
location / {
|
||||
include /etc/nginx/snippets/proxy.conf;
|
||||
proxy_pass $upstream;
|
||||
}
|
||||
|
||||
location = /api/verify {
|
||||
proxy_pass $upstream;
|
||||
}
|
||||
|
||||
location /api/authz/ {
|
||||
proxy_pass $upstream;
|
||||
}
|
||||
|
||||
listen 80;
|
||||
}
|
||||
Reference in New Issue
Block a user