Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
nginx
Commits
29307a97
Commit
29307a97
authored
Aug 07, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We need to have ngx_http_realip module
parent
1d5888f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
29307a97
all
:
nginx-service nginx-logrotate
tar
xf nginx-1.17.1.tar.gz
cd
nginx-1.17.1
&&
./configure
--prefix
=
/usr
--conf-path
=
/etc/nginx/nginx.conf
--error-log-path
=
/var/log/nginx/error.log
--http-log-path
=
/var/log/nginx/access.log
--pid-path
=
/run/nginx.pid
--lock-path
=
/var/log/nginx.lock
--http-client-body-temp-path
=
/tmp/nginx-client-body
--http-proxy-temp-path
=
/tmp/nginx-proxy-temp
--without-http_fastcgi_module
--without-http_uwsgi_module
--without-http_scgi_module
--with-http_ssl_module
--with-http_v2_module
--with-http_stub_status_module
cd
nginx-1.17.1
&&
./configure
--prefix
=
/usr
--conf-path
=
/etc/nginx/nginx.conf
--error-log-path
=
/var/log/nginx/error.log
--http-log-path
=
/var/log/nginx/access.log
--pid-path
=
/run/nginx.pid
--lock-path
=
/var/log/nginx.lock
--http-client-body-temp-path
=
/tmp/nginx-client-body
--http-proxy-temp-path
=
/tmp/nginx-proxy-temp
--without-http_fastcgi_module
--without-http_uwsgi_module
--without-http_scgi_module
--with-http_ssl_module
--with-http_v2_module
--with-http_stub_status_module
--with-http_realip_module
$(MAKE)
-C
nginx-1.17.1
$(MAKE)
-C
nginx-1.17.1
install
@
echo
"
$$
NGINX_LOGROTATE"
>
/etc/logrotate.d/nginx
...
...
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