S
Size: a a a
S
UN
server {
listen 80 default_server;
root /var/www/MyApp/public_html;
index index.php index.html index.htm;
server_name _;
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.php# {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php7.1-fpm.sock;
}
}
public_html -> myapp/public
UN
R
UN
R
UN
R
R
R
R
R
R
R
D
D
⠀
S
⠀
Cп