AF
Size: a a a
AF
*
*
*
DS
- mountPath: /etc/nginx/nginx.conf
name: nginx-config
subPath: nginx.conf
AF
TL
DS
CO
АС
- mountPath: /etc/nginx/nginx.conf
name: nginx-config
subPath: nginx.conf
server {
listen 8000;
server_name _;
root /var/www/html/public;
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass spydo-api:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
DS
DS
server {
listen 8000;
server_name _;
root /var/www/html/public;
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass spydo-api:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
АС
*
DS
АС
*
АС
DS