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