Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

nginx parts contain syntax error #57

Open
hausdorff opened this issue Jan 8, 2018 · 1 comment
Open

nginx parts contain syntax error #57

hausdorff opened this issue Jan 8, 2018 · 1 comment

Comments

@hausdorff
Copy link
Contributor

Unknown escape sequence in string literal: \.

        |||
        server {
          listen 0.0.0.0:80;
          root /app;
          location / {
            index index.html index.php;
          }
          location ~ \.php$ {
            fastcgi_pass phpfpm-server:9000;
            fastcgi_index index.php;
            include fastcgi.conf;
          }
        }
      |||
@ramtej
Copy link

ramtej commented Jan 18, 2018

same issue here - I suppose the "part" repo requires some love..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants