Browse Source

Fix socket path

arch2
J. King 4 months ago
parent
commit
1f9beb85a5
  1. 2
      dist/arch/apache-arsse-fcgi.conf
  2. 2
      dist/arch/nginx-arsse-fcgi.conf

2
dist/arch/apache-arsse-fcgi.conf

@ -3,4 +3,4 @@ ProxyFCGISetEnvIf "true" SCRIPT_FILENAME "/usr/share/webap
ProxyFCGISetEnvIf "-n req('Authorization')" HTTP_AUTHORIZATION "%{req:Authorization}"
# Modify the below line to begin with "unix:/run/php-fpm-legacy/" if using the php-legacy package
ProxyPass "unix:/run/php/arsse.sock|fcgi://localhost/usr/share/webapps/arsse/"
ProxyPass "unix:/run/php-fpm/arsse.sock|fcgi://localhost/usr/share/webapps/arsse/"

2
dist/arch/nginx-arsse-fcgi.conf

@ -13,4 +13,4 @@ fastcgi_param REMOTE_USER $remote_user;
fastcgi_param SCRIPT_FILENAME /usr/share/webapps/arsse/arsse.php;
# Modify the below line to begin with "/run/php-fpm-legacy/" if using the php-legacy package
fastcgi_pass unix:/run/php/arsse.sock;
fastcgi_pass unix:/run/php-fpm/arsse.sock;

Loading…
Cancel
Save