feat: first commit
This commit is contained in:
12
default.conf
Normal file
12
default.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen ${NGINX_PORT};
|
||||
|
||||
location / {
|
||||
proxy_pass ${NGINX_PROXY_URL};
|
||||
proxy_set_header Host patate.dev;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection upgrade;
|
||||
proxy_set_header Accept-Encoding gzip;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user