Merge pull request #378 from Angristan/fix-nginx

Fix Nginx config for federation
This commit is contained in:
daniel 2018-08-14 15:11:07 -06:00 committed by GitHub
commit ff23be1752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ server {
root /var/www/html/public;
location / {
try_files $uri $uri/ /index.php;
try_files $uri $uri/ /$is_args$args;
}
location ~ \.php$ {