Jobs setup
This commit is contained in:
@ -3,6 +3,9 @@ server {
|
||||
root /app/ui/public;
|
||||
index index.php index.html index.htm;
|
||||
|
||||
access_log /var/logs/nginx/ui.access.log;
|
||||
error_log /var/logs/nginx/ui.error.log;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
}
|
||||
@ -16,4 +19,4 @@ server {
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user