Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nodl-admin-private
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
snapsh1t
nodl-admin-private
Commits
52ada71e
Commit
52ada71e
authored
5 years ago
by
ketominer
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
66b21973
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.sh
+5
-1
5 additions, 1 deletion
install.sh
share/files/nginx-default
+5
-5
5 additions, 5 deletions
share/files/nginx-default
with
10 additions
and
6 deletions
install.sh
+
5
−
1
View file @
52ada71e
...
...
@@ -114,13 +114,17 @@ if [ ! -e /opt/dojo/samourai-dojo ]; then
fi
sed
-e
"s/php7.2-fpm.sock/php7.2-fpm-inner.sock/"
-i
/etc/php/7.2/fpm/pool.d/www.conf
service php7.2-fpm start
rm
-f
/usr/bin/ip
ln
-s
/sbin/ip /usr/bin/ip
killall dpkg
apt-get update
apt-get
-y
install
php7.2-gd inotify-tools php-gnupg php7.2-curl man telnet curl wget screen python3-dev python3-venv
apt-get
-y
install
php7.2-gd inotify-tools php-gnupg php7.2-curl man telnet curl wget screen python3-dev python3-venv
net-tools
adduser bitcoin debian-tor
...
...
This diff is collapsed.
Click to expand it.
share/files/nginx-default
+
5
−
5
View file @
52ada71e
...
...
@@ -49,16 +49,16 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;
location / {
proxy_pass http://btcpay;
}
#
location / {
#
proxy_pass http://btcpay;
#
}
location /
admin
{
location / {
try_files $uri $uri/ =404;
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
fastcgi_pass unix:/run/php/php7.2-fpm
-inner
.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment