mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-24 15:15:56 -07:00
New template for OpenCart CMS
This commit is contained in:
parent
5a80d18744
commit
5158cdcb3d
1 changed files with 0 additions and 3 deletions
|
@ -6,11 +6,8 @@ server {
|
||||||
access_log /var/log/nginx/domains/%domain%.log combined;
|
access_log /var/log/nginx/domains/%domain%.log combined;
|
||||||
access_log /var/log/nginx/domains/%domain%.bytes bytes;
|
access_log /var/log/nginx/domains/%domain%.bytes bytes;
|
||||||
error_log /var/log/nginx/domains/%domain%.error.log error;
|
error_log /var/log/nginx/domains/%domain%.error.log error;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
||||||
try_files $uri $uri/ @opencart;
|
try_files $uri $uri/ @opencart;
|
||||||
|
|
||||||
location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
|
location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
|
||||||
expires max;
|
expires max;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue