ghost
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
# listen 443 ssl http2 default_server;
|
||||
# listen [::]:443 http2 ssl;
|
||||
# server_name read.knast.cc;
|
||||
@@ -25,8 +27,7 @@ server {
|
||||
# ssl_protocols TLSv1.2;
|
||||
|
||||
location / {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user