Skip to content

Commit

Permalink
fix: nginx default config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 30, 2024
1 parent 1cd3680 commit 667912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/dc-ops/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
index index.php index.html;
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
root /var/www/public;
root /var/www/html/public;
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
Expand Down

0 comments on commit 667912a

Please sign in to comment.