This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
set correct fpm sock
pull/131/head
Pascal
3 years ago
parent
b6d7e799cc
commit
5cf712dd22
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/nginx.cfg
+ 1
- 1
templates/nginx.cfg
View File
@@ -12,7 +12,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php-fpm.sock;
fastcgi_pass unix:/var/run/php/php
7.3
-fpm.sock;
}
# Rewrite the old path yyyy/mm/dd/ to /images/
Write
Preview
Loading…
Cancel
Save