9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
|
server {
|
||
|
listen 80;
|
||
|
listen [::]:80;
|
||
|
server_name secure.siasky.xyz;
|
||
|
|
||
|
location / {
|
||
|
proxy_pass http://oathkeeper:4455;
|
||
|
}
|
||
|
}
|