mirror of
git://f0xx.org/ac/ac-platform-edge
synced 2026-07-29 04:17:47 +03:00
Nginx fragment: auth routes use composed backend, not monolith path.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
Anton Afanasyeu
parent
85e9be9a40
commit
f1b923aa75
@@ -48,9 +48,10 @@ server {
|
|||||||
location ~ ^/app/androidcast_project/(login|logout|register|two-factor|verify-email)(/|$) {
|
location ~ ^/app/androidcast_project/(login|logout|register|two-factor|verify-email)(/|$) {
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_pass unix:/run/php-fpm.socket;
|
fastcgi_pass unix:/run/php-fpm.socket;
|
||||||
fastcgi_param SCRIPT_FILENAME /var/www/localhost/htdocs/apps/app/androidcast_project/android_cast/examples/crash_reporter/backend/public/index.php;
|
fastcgi_param SCRIPT_FILENAME /var/www/ac/composed/backend/public/index.php;
|
||||||
fastcgi_param SCRIPT_NAME /app/androidcast_project/issues/index.php;
|
fastcgi_param SCRIPT_NAME /app/androidcast_project/issues/index.php;
|
||||||
fastcgi_param REQUEST_URI $request_uri;
|
fastcgi_param REQUEST_URI $request_uri;
|
||||||
|
client_max_body_size 4m;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^~ /app/androidcast_project/issues/assets/ {
|
location ^~ /app/androidcast_project/issues/assets/ {
|
||||||
|
|||||||
Reference in New Issue
Block a user