https://github.com/opensource-socialnetwork/nginx
A experimental config for ngnix users.
https://github.com/opensource-socialnetwork/nginx
Last synced: 3 months ago
JSON representation
A experimental config for ngnix users.
- Host: GitHub
- URL: https://github.com/opensource-socialnetwork/nginx
- Owner: opensource-socialnetwork
- Created: 2022-02-17T05:38:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T19:34:24.000Z (over 2 years ago)
- Last Synced: 2025-01-19T10:43:13.439Z (5 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSSN NGINX
A experimental config for ngnix users. You can run OSSN on nginx but we don't provide support for NGINX.1. Copy ossn.conf to /etc/nginx/sites-available/
2. Load the ossn.conf sudo ln -s /etc/nginx/sites-available/ossn.conf /etc/nginx/sites-enabled/
3. Edit ossn.conf change the server name to your domain name
4. Edit the fastcgi_pass with your php-fpm sock path Make sure you have php-fpm installed.