re init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name read.knast.cc;
|
||||
}
|
||||
|
||||
server {
|
||||
server_name read.knast.cc;
|
||||
location / {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_pass http://ghost:2368;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user