i configuring the aos base on alfresco documentation and my question is where im gonna forward this location sir thanks or how to do this part thanks
Your reverce proxy must to know where to redirect this url's. So configure your reverce proxy. Whitch revers proxy do you use?
sir it's gonna work when i redirect to http://share:8080?
sir do you have sample configuration of this proxy using nginx?
nginx
# SharePoint URLs for Office clients location ~ (^/spp|^/_vti_bin/|^/_vti_history/|^/_vti_inf.html$) { proxy_pass http://alfresco:8080; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504; proxy_redirect off; proxy_buffering off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass_header Set-Cookie; }
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.