mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-06-19 18:44:57 +00:00
Nginx proxy pass the root url
This commit is contained in:
@@ -38,6 +38,10 @@ http {
|
|||||||
try_files $uri $uri/ @frontend;
|
try_files $uri $uri/ @frontend;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = / {
|
||||||
|
proxy_pass http://frontend;
|
||||||
|
}
|
||||||
|
|
||||||
location @frontend {
|
location @frontend {
|
||||||
proxy_pass http://frontend;
|
proxy_pass http://frontend;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user