This website works better with JavaScript.
Home
Help
Sign In
ngws
/
metanohi-misc-subsites
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Use better paths.
master
Niels G. W. Serup
5 months ago
parent
f869ca291b
commit
d38999d853
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
natur/natur.nginx.conf
+1
-1
nohix/nohix.nginx.conf
+1
-1
old-projects/old-projects.nginx.conf
+ 1
- 1
natur/natur.nginx.conf
View File
@ -1,4 +1,4 @@
root /
home/niels
/www/metanohi-misc-subsites/natur;
root /
var
/www/metanohi-misc-subsites/natur;
index index.html index.php;
location ~* \.php$ {
+ 1
- 1
nohix/nohix.nginx.conf
View File
@ -1,4 +1,4 @@
root /
home/niels
/www/metanohi-misc-subsites/nohix;
root /
var
/www/metanohi-misc-subsites/nohix;
index index.html index.php;
location ~* \.php$ {
+ 1
- 1
old-projects/old-projects.nginx.conf
View File
@ -1,4 +1,4 @@
root /
home/niels
/www/metanohi-misc-subsites/old-projects;
root /
var
/www/metanohi-misc-subsites/old-projects;
index index.html index.htm index.php;
location ~* \.php$ {
Write
Preview
Loading…
Cancel
Save