Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eterban
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eterban
Commits
f329c325
Commit
f329c325
authored
Jul 21, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web: use current PHP-FPM socket
parent
72ffa764
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
eterban.conf
ban-server/etc/nginx/sites-enabled.d/eterban.conf
+2
-3
eterban.spec
eterban.spec
+1
-0
No files found.
ban-server/etc/nginx/sites-enabled.d/eterban.conf
View file @
f329c325
...
...
@@ -9,12 +9,12 @@ server {
index
index
.
html
;
#include /etc/nginx/fastcgi_params;
#
fastcgi_pass unix:/var/run/php7-fpm/php7.fpm.sock;
#
PHP-FPM socket is provided by the current ALT PHP package.
}
location
~* \.
php
$ {
#try_files $uri = 404;
fastcgi_split_path_info
^(.+\.
php
)(/.+)$;
fastcgi_pass
unix
:/
var
/
run
/
php7
-
fpm
/
php7
-
fpm
.
sock
;
# подключаем сокет php-fpm
fastcgi_pass
unix
:/
run
/
php
-
fpm
/
php
-
fpm
.
sock
;
fastcgi_index
index
.
php
;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
include
fastcgi_params
;
...
...
@@ -23,4 +23,3 @@ server {
access_log
/
var
/
log
/
nginx
/
eterban_access
.
log
;
error_log
/
var
/
log
/
nginx
/
eterban_error
.
log
;
}
eterban.spec
View file @
f329c325
...
...
@@ -47,6 +47,7 @@ Group: Development/Other
Requires: eterban-common = %EVR
Requires: nginx
Requires: %defphp-redis
Requires: %defphp-fpm
%description web
Etersoft ban service.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment