Skip to content

Commit

Permalink
Update wexstream.com.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Feb 7, 2025
1 parent ae069eb commit 8376609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __config/wexstream.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ server {
ssl_certificate_key /etc/ssl/wexstream_com.key;
ssl_certificate /etc/ssl/wexstream_com.pem;

access_log /var/log/nginx/bookcars.frontend.access.log;
error_log /var/log/nginx/bookcars.frontend.error.log;
access_log /var/log/nginx/wexstream.frontend.access.log;
error_log /var/log/nginx/wexstream.frontend.error.log;

index index.html;

Expand All @@ -31,4 +31,4 @@ server {
location ~ .(static)/(js|css|media)/(.+)$ {
try_files $uri $uri/ /$1/$2/$3;
}
}
}

0 comments on commit 8376609

Please sign in to comment.