Skip to content

Commit

Permalink
Fixed issue when /public permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
shov committed May 20, 2019
1 parent f830d8f commit a1cb783
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nginx/sites/default.conf
Expand Up @@ -4,8 +4,6 @@ server {
listen [::]:80 default_server ipv6only=on;

server_name localhost;
root /var/www/public;
index index.php index.html index.htm;

location / {
try_files $uri $uri/ @fallback;
Expand Down

0 comments on commit a1cb783

Please sign in to comment.