aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-07-13 23:55:28 +0300
committerlost+skunk <[email protected]>2024-07-13 23:55:28 +0300
commite02174cb710e6d6abd642f03e64ce91bbac38130 (patch)
tree691795941b1fda1e37df100b7b70c2134350e274 /README.md
parent4b3bf2c6a063f5702cb35626b595d11bd6630068 (diff)
downloadskunky-art-1.3.tar.gz
skunky-art-1.3.tar.bz2
skunky-art-1.3.zip
Исправление некоторых обосрамсовv1.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71c2d6f..9e30da0 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ server {
location ((BASE URL)) { # if you have a separate subdomain for the frontend, insert '/' instead of '((BASE URL))'.
proxy_set_header Scheme $scheme;
+ proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_pass http://((IP)):((PORT));
}
@@ -63,6 +64,7 @@ server {
location ((BASE URL)) { # если у вас отдельный поддомен для фронтенда, вместо '((BASE URL))' вставляйте '/'
proxy_set_header Scheme $scheme;
+ proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_pass http://((IP)):((PORT));
}