mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 20:05:03 +00:00
small fixes
This commit is contained in:
parent
a62ccea79c
commit
b554843d92
@ -1,5 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name nsite-proxy;
|
||||
|
||||
location / {
|
||||
@ -15,7 +16,7 @@ server {
|
||||
expires 30d;
|
||||
add_header Cache-Control "public, no-transform";
|
||||
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://nsite;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user