forked from mirror/pixelfed
Fix Nginx config
This commit is contained in:
parent
aa62dd5895
commit
28faecbc24
1 changed files with 1 additions and 1 deletions
|
@ -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$ {
|
||||
|
|
Loading…
Reference in a new issue