Skip to content

Commit 4363cbe

Browse files
authored
fix root
1 parent 156fa27 commit 4363cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docker/build/assets/data/conf/nginx/framework-configs

docker/build/assets/data/conf/nginx/framework-configs/symfony4.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include /data/conf/nginx/http-partials.d/*.conf;
77
server {
88
listen 80;
99

10-
root /app/web;
10+
root /app/public;
1111
error_log /var/log/nginx/project_error.log;
1212
#access_log /var/log/nginx/project_access.log;
1313
access_log off;

0 commit comments

Comments
 (0)