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
160a07ca
Commit
160a07ca
authored
Oct 20, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated nginx to 1.17.1
parent
234c2a2e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
nginx-1.15.2.tar.gz
nginx-1.15.2.tar.gz
+0
-0
nginx-1.17.1.tar.gz
nginx-1.17.1.tar.gz
+0
-0
No files found.
Makefile
View file @
160a07ca
all
:
nginx-service
all
:
nginx-service
tar
xf nginx-1.1
5.2
.tar.gz
tar
xf nginx-1.1
7.1
.tar.gz
cd
nginx-1.1
5.2
&&
./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
cd
nginx-1.1
7.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
$(MAKE)
-C
nginx-1.1
5.2
$(MAKE)
-C
nginx-1.1
7.1
$(MAKE)
-C
nginx-1.1
5.2
install
$(MAKE)
-C
nginx-1.1
7.1
install
@
echo
"
$$
NGINX_SERVICE"
>
/lib/systemd/system/nginx.service
@
echo
"
$$
NGINX_SERVICE"
>
/lib/systemd/system/nginx.service
systemctl
enable
nginx.service
systemctl
enable
nginx.service
mv
/usr/html /srv/www
mv
/usr/html /srv/www
...
@@ -16,7 +16,7 @@ all: nginx-service
...
@@ -16,7 +16,7 @@ all: nginx-service
rm
/etc/nginx/scgi_params.default
rm
/etc/nginx/scgi_params.default
rm
/etc/nginx/uwsgi_params
rm
/etc/nginx/uwsgi_params
rm
/etc/nginx/uwsgi_params.default
rm
/etc/nginx/uwsgi_params.default
rm
-rf
nginx-1.1
5.2
rm
-rf
nginx-1.1
7.1
nginx-service
:
nginx-service
:
define
NGINX_SERVICE
define
NGINX_SERVICE
...
...
nginx-1.15.2.tar.gz
deleted
100644 → 0
View file @
234c2a2e
File deleted
nginx-1.17.1.tar.gz
0 → 100644
View file @
160a07ca
File added
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