mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-21 01:19:30 +00:00
add login with google and change
This commit is contained in:
parent
10d4cff4a4
commit
d8ed8ce2ce
25 changed files with 1946 additions and 468 deletions
|
|
@ -18,7 +18,7 @@ server {
|
|||
try_files $uri $uri/ /index.html =404;
|
||||
}
|
||||
location /api {
|
||||
proxy_pass http://host.docker.internal:8181;
|
||||
proxy_pass http://192.168.1.26:8181;
|
||||
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Real-IP $realip_remote_addr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue