mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 21:17:35 +03:00
Исправление некоторых обосрамсов
This commit is contained in:
parent
4b3bf2c6a0
commit
e02174cb71
5 changed files with 18 additions and 18 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue