Skip to content

Commit f37080c

Browse files
authored
Merge pull request aschmelyun#41 from SmuSmu/patch-2
Update default.conf
2 parents b499413 + fdfb146 commit f37080c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nginx/default.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ server {
22
listen 80;
33
index index.php index.html;
44
server_name localhost;
5-
error_log /var/log/nginx/error.log;
6-
access_log /var/log/nginx/access.log;
75
root /var/www/html/public;
86

97
location / {

0 commit comments

Comments
 (0)