Skip to content

Commit

Permalink
Remove orphan phpmyadmin rules
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed Jul 10, 2024
1 parent 66278a5 commit 5390139
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ server {
try_files $uri /index.php$is_args$args;
}

# php of simplesamlphp
location ~ ^/saml(/.+\.php(/|$).*)$ {
root /var/simplesamlphp/www;
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass ${FPM_HOST};
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$1;
fastcgi_param PATH_INFO $fastcgi_path_info;
}

# static files for simplesamlphp
location ~ ^/saml/(.*)$ {
alias /var/simplesamlphp/www/$1;
}

location ~ ^(/.+\.php(/|$).*)$ {
root /var/www/html/public;
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
Expand Down

0 comments on commit 5390139

Please sign in to comment.