[PHP-FPM] Delete old pool files

[Nginx] Remove dev code
This commit is contained in:
André
2018-04-26 13:57:23 +02:00
parent 7181ee4658
commit ef6644df34
3 changed files with 0 additions and 36 deletions

View File

@@ -95,19 +95,6 @@ server {
expires $expires;
}
location /lists/ {
proxy_pass http://mm-web:8000/;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_redirect off;
expires $expires;
}
location /mm_static {
alias /opt/mm_web-data/static;
}
location ~* ^/Autodiscover/Autodiscover.xml {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass phpfpm:9002;