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